diff --git a/hosts/common/home/default.nix b/hosts/common/home/default.nix index eef43b7c..88dabbb9 100644 --- a/hosts/common/home/default.nix +++ b/hosts/common/home/default.nix @@ -6,6 +6,5 @@ ./mime.nix ./ssh.nix ./xdg-dirs.nix - ./zsh ]; } diff --git a/hosts/common/programs/default.nix b/hosts/common/programs/default.nix index 39d8f0cc..e599f937 100644 --- a/hosts/common/programs/default.nix +++ b/hosts/common/programs/default.nix @@ -268,6 +268,7 @@ in ./splatmoji.nix ./sublime-music.nix ./vlc.nix + ./zsh ]; config = { diff --git a/hosts/common/home/zsh/default.nix b/hosts/common/programs/zsh/default.nix similarity index 100% rename from hosts/common/home/zsh/default.nix rename to hosts/common/programs/zsh/default.nix diff --git a/hosts/common/home/zsh/p10k.zsh b/hosts/common/programs/zsh/p10k.zsh similarity index 100% rename from hosts/common/home/zsh/p10k.zsh rename to hosts/common/programs/zsh/p10k.zsh