--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2025-03-18 10:47:44 +01:00
parent 7effbad3ef
commit bd2517f1df
2 changed files with 11 additions and 18 deletions

View file

@ -312,12 +312,7 @@
# ./modules/nixos/minio_local.nix # ./modules/nixos/minio_local.nix
./modules/nixos/hyprland.nix ./modules/nixos/hyprland.nix
{ { home-manager.users.bertof.imports = [ ./modules/hm/hyprland.nix ]; }
home-manager.users.bertof.imports = [
./modules/hm/hyprland.nix
./modules/hm/swayidle.nix
];
}
./modules/nixos/musa.nix ./modules/nixos/musa.nix
] ++ homeManagerUModules ++ [{ ] ++ homeManagerUModules ++ [{

View file

@ -64,20 +64,18 @@ in
}; };
}; };
programs.gamemode = { programs = {
enable = true; gamemode = {
settings = { enable = true;
custom = { settings = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'"; custom = {
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'"; start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
};
}; };
}; };
}; gamescope = { enable = true; capSysNice = true; };
steam.gamescopeSession.enable = true;
programs.steam.gamescopeSession.enable = true;
programs.gamescope = {
enable = true;
capSysNice = true;
}; };
# services.getty.autologinUser = "tiziano"; # services.getty.autologinUser = "tiziano";
# environment = { # environment = {