diff --git a/users/jan/home.nix b/users/jan/home.nix index 0fb0d52..07ddb5a 100644 --- a/users/jan/home.nix +++ b/users/jan/home.nix @@ -20,8 +20,8 @@ ../modules/work_tools.nix - ../../themes - ../../themes/catppuccin/frappe.nix + ../modules/themes + ../modules/themes/catppuccin/frappe.nix ]; xdg.enable = true; diff --git a/themes/catppuccin/frappe.nix b/users/modules/themes/catppuccin/frappe.nix similarity index 100% rename from themes/catppuccin/frappe.nix rename to users/modules/themes/catppuccin/frappe.nix diff --git a/themes/default.nix b/users/modules/themes/default.nix similarity index 100% rename from themes/default.nix rename to users/modules/themes/default.nix