Fix gnome theming

This commit is contained in:
Leonardo Eugênio 2022-12-30 13:40:18 -03:00
parent 011231b0bb
commit 815a080edc
3 changed files with 2 additions and 2 deletions

View file

@ -27,6 +27,7 @@ in {
./pass.nix ./pass.nix
./zathura.nix ./zathura.nix
./man.nix ./man.nix
./theme.nix
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
] ++ lib.optional (desktop == "sway") ./sway.nix; ] ++ lib.optional (desktop == "sway") ./sway.nix;

View file

@ -25,7 +25,6 @@ let
fi fi
''; '';
in { in {
imports = [ ./theme.nix ];
config = { config = {
wayland.windowManager.sway = let wayland.windowManager.sway = let
mod = "Mod4"; mod = "Mod4";

View file

@ -123,5 +123,5 @@ in rec {
}; };
dmenu = "bmenu"; dmenu = "bmenu";
desktop = "sway"; desktop = "gnome";
} }