diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-19 12:51:57 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-19 12:51:57 +0530 |
| commit | 51f7c57c7e317c986783e6be77eaee4a9c85e21c (patch) | |
| tree | cf1c935049a957e8ed1056502b16ee326cc9614c | |
| parent | 87b78123c3039e70f982fea7180eec62c8071514 (diff) | |
Added mysql and php and node25
| -rw-r--r-- | configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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; [ |
