feat: enhanced power saving options in specialisation

This commit is contained in:
2025-08-15 18:51:35 +05:00
parent 871d3903f7
commit ee5230ef13
3 changed files with 35 additions and 2 deletions

View File

@@ -64,7 +64,8 @@
in {
nixosConfigurations = mkHostConfigs (readHosts "nixos");
devShell.x86_64-linux = let pkgs = nixpkgs.legacyPackages.x86_64-linux;
devShell.x86_64-linux = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in pkgs.mkShell {
buildInputs = with pkgs; [ nil lua-language-server ];
};