diff --git a/users/willifan/common/default.nix b/users/willifan/common/default.nix index ac14084..2d1a652 100644 --- a/users/willifan/common/default.nix +++ b/users/willifan/common/default.nix @@ -3,7 +3,9 @@ imports = [ ./nixvim ./shell + ./theme ./utils + ./envvar.nix ./git.nix ./hyfetch.nix diff --git a/users/willifan/desktop/theme/default.nix b/users/willifan/common/theme/default.nix similarity index 100% rename from users/willifan/desktop/theme/default.nix rename to users/willifan/common/theme/default.nix diff --git a/users/willifan/desktop/theme/stylix.nix b/users/willifan/common/theme/stylix.nix similarity index 100% rename from users/willifan/desktop/theme/stylix.nix rename to users/willifan/common/theme/stylix.nix diff --git a/users/willifan/desktop/default.nix b/users/willifan/desktop/default.nix index 348dfb4..0fed962 100644 --- a/users/willifan/desktop/default.nix +++ b/users/willifan/desktop/default.nix @@ -7,7 +7,6 @@ ./games ./hyprland ./keyboard - ./theme ./web ./applications.nix