diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index a99b610b..25593399 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -22,7 +22,6 @@ in librewolf neovim starship - thunar xdg-user-dirs xresources ; diff --git a/modules/desktop.nix b/modules/desktop.nix index 7505deb8..43bce961 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -44,7 +44,7 @@ in hyprland.enable = mkIf (!container && !phone) true; cdemu.enable = mkIf (!phone) true; - thunar = { + thunar = mkIf (!phone) { enable = true; plugins = attrValues {