diff --git a/hosts/light/modules.nix b/hosts/light/modules.nix index f9de906..c683d92 100644 --- a/hosts/light/modules.nix +++ b/hosts/light/modules.nix @@ -7,6 +7,6 @@ in imports = [ ./hardware-configuration.nix modules.common.module - modules.nixos.xfce # Desktop Enviroment + modules.nixos.desktop.xfce # Desktop Enviroment ]; }