diff --git a/modules/home/default.nix b/modules/home/default.nix index 72ca965..3f1a7f8 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -69,7 +69,6 @@ in # niri wayland theming - printManager ; }; }; diff --git a/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix b/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix index f489a4f..7fdc914 100755 --- a/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix +++ b/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix @@ -28,7 +28,7 @@ ], "window_window_bar_style": "linux", "window_minimize_to_tray": false, - "window_enable_tray": false,! + "window_enable_tray": false, "window_start_minimized": false, "window_exit_to_tray": false }''; diff --git a/modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix b/modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix deleted file mode 100755 index c2e17a8..0000000 --- a/modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - pkgs, - ... -}: -{ - home.packages = builtins.attrValues { - inherit (pkgs) - finamp - ; - }; -} diff --git a/modules/home/gui/desktop/hypr/land/config/exec-once.nix b/modules/home/gui/desktop/hypr/land/config/exec-once.nix index 490675d..cca45f7 100755 --- a/modules/home/gui/desktop/hypr/land/config/exec-once.nix +++ b/modules/home/gui/desktop/hypr/land/config/exec-once.nix @@ -1,5 +1,10 @@ +{ flake, ... }: +let + inherit (flake.config.aesthetics.themes) + cursor + ; +in [ - "espanso" "hypridle" "wl-clipboard" "wpaperd" diff --git a/modules/home/gui/desktop/hypr/land/default.nix b/modules/home/gui/desktop/hypr/land/default.nix index 8af489c..8325eb1 100755 --- a/modules/home/gui/desktop/hypr/land/default.nix +++ b/modules/home/gui/desktop/hypr/land/default.nix @@ -13,7 +13,7 @@ let # bindl = import (configPath + /bindl.nix); decoration = import (configPath + /decoration.nix); dwindle = import (configPath + /dwindle.nix); - exec-once = import (configPath + /exec-once.nix); + exec-once = import (configPath + /exec-once.nix) { inherit flake; }; general = import (configPath + /general.nix) { inherit config flake; }; input = import (configPath + /input.nix); misc = import (configPath + /misc.nix); diff --git a/modules/home/gui/desktop/wayland/printManager/default.nix b/modules/home/gui/desktop/wayland/printManager/default.nix deleted file mode 100644 index 21e98e2..0000000 --- a/modules/home/gui/desktop/wayland/printManager/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - pkgs, - ... -}: -{ - home.packages = builtins.attrValues { - inherit (pkgs.kdePackages) - print-manager - ; - }; -} diff --git a/modules/nixos/programs/steam/default.nix b/modules/nixos/programs/steam/default.nix index d91ec08..3f9d680 100755 --- a/modules/nixos/programs/steam/default.nix +++ b/modules/nixos/programs/steam/default.nix @@ -3,9 +3,6 @@ programs = { steam = { enable = true; - extraCompatPackages = [ - pkgs.proton-ge-bin - ]; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; extraPackages = builtins.attrValues {