diff --git a/flake.nix b/flake.nix index 0671f1e..e24cd9b 100644 --- a/flake.nix +++ b/flake.nix @@ -312,12 +312,7 @@ # ./modules/nixos/minio_local.nix ./modules/nixos/hyprland.nix - { - home-manager.users.bertof.imports = [ - ./modules/hm/hyprland.nix - ./modules/hm/swayidle.nix - ]; - } + { home-manager.users.bertof.imports = [ ./modules/hm/hyprland.nix ]; } ./modules/nixos/musa.nix ] ++ homeManagerUModules ++ [{ diff --git a/instances/odin/configuration.nix b/instances/odin/configuration.nix index 21cdc41..442cc5f 100644 --- a/instances/odin/configuration.nix +++ b/instances/odin/configuration.nix @@ -64,20 +64,18 @@ in }; }; - programs.gamemode = { - enable = true; - settings = { - custom = { - start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'"; - end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'"; + programs = { + gamemode = { + enable = true; + settings = { + custom = { + start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'"; + end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'"; + }; }; }; - }; - - programs.steam.gamescopeSession.enable = true; - programs.gamescope = { - enable = true; - capSysNice = true; + gamescope = { enable = true; capSysNice = true; }; + steam.gamescopeSession.enable = true; }; # services.getty.autologinUser = "tiziano"; # environment = {