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
./zathura.nix
./man.nix
./theme.nix
inputs.hyprland.homeManagerModules.default
] ++ lib.optional (desktop == "sway") ./sway.nix;

View file

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

View file

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