[NixOS] Bump strixy-minaj packages

This commit is contained in:
2024-12-09 16:21:13 -07:00
parent 27258da627
commit a97cd99394
6 changed files with 14 additions and 10 deletions

6
nixos/laptop.nix Normal file
View File

@@ -0,0 +1,6 @@
{ makeEnable, config, ... }:
makeEnable config "myModules.laptop" true {
services.logind = {
lidSwitchExternalPower = "ignore";
};
}