This commit is contained in:
2026-04-27 13:07:42 +01:00
parent 75fbc04c65
commit d0fb5e86c3
2 changed files with 4 additions and 0 deletions
@@ -70,6 +70,7 @@
prismlauncher prismlauncher
deadlock-mod-manager deadlock-mod-manager
gamescope gamescope
android-studio
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true; programs.home-manager.enable = true;
@@ -178,6 +178,9 @@
# "splash" # "splash"
# "idle=halt" # "idle=halt"
]; ];
boot.binfmt.emulatedSystems = [
"x86_64-linux"
];
services.logind.settings.Login = { services.logind.settings.Login = {
# HandleLidSwitch = "suspend"; # HandleLidSwitch = "suspend";