fix: add missing nur for desktop
1 files changed, 1 insertions(+), 0 deletions(-) M hosts/default.nix
M hosts/default.nix => hosts/default.nix +1 -0
@@ 130,6 130,7 @@ in }; # Pass flake variable home-manager.users.${user} = { imports = [ + nur.nixosModules.nur ./home.nix ./desktop/home.nix ];