From bd2517f1dff7adf712dfc5a6f04513c47b9cd662 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 18 Mar 2025 10:47:44 +0100 Subject: [PATCH] --wip-- [skip ci] --- flake.nix | 7 +------ instances/odin/configuration.nix | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 18 deletions(-) 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 = {