From 51f7c57c7e317c986783e6be77eaee4a9c85e21c Mon Sep 17 00:00:00 2001 From: anand Date: Fri, 19 Dec 2025 12:51:57 +0530 Subject: Added mysql and php and node25 --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.nix b/configuration.nix index fcae07f..716b7e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,6 +23,11 @@ nixpkgs.config.allowUnfree = true; + services.mysql = { + enable = true; + package = pkgs.percona-server; + }; + services.displayManager.ly = { enable = true; settings = { @@ -92,7 +97,12 @@ wl-clipboard hypridle hyprlock + hyprshot trashy + php + phpPackages.composer + nodejs_25 + ]; fonts.packages = with pkgs; [ -- cgit v1.2.3