From 9d1787a6c00cc900658f7b9d9c75c19a47029d80 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 2 Oct 2024 18:25:48 +0200 Subject: [PATCH] FINALLY move xdg module to hosts/common --- hosts/common/desktop/default.nix | 1 + {modules/other => hosts/common/desktop}/xdg.nix | 0 modules/other/default.nix | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {modules/other => hosts/common/desktop}/xdg.nix (100%) 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 ]; }