diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix index 2d43ec2..e3fc854 100644 --- a/hosts/common/desktop/default.nix +++ b/hosts/common/desktop/default.nix @@ -7,6 +7,7 @@ _: { ./malloc-perturb.nix ./noisetorch.nix ./starship.nix + ./xdg.nix ./zoxide.nix ]; } diff --git a/modules/other/xdg.nix b/hosts/common/desktop/xdg.nix similarity index 100% rename from modules/other/xdg.nix rename to hosts/common/desktop/xdg.nix diff --git a/modules/other/default.nix b/modules/other/default.nix index bb3f458..0c7becb 100644 --- a/modules/other/default.nix +++ b/modules/other/default.nix @@ -4,6 +4,5 @@ _: { ./home-manager.nix ./networking.nix ./system.nix - ./xdg.nix ]; }