diff --git a/home/sonja/home.nix b/home/sonja/home.nix index ca73b4c..8851ff8 100644 --- a/home/sonja/home.nix +++ b/home/sonja/home.nix @@ -33,4 +33,13 @@ home.stateVersion = "25.11"; programs.home-manager.enable = true; + + programs.zsh = { + enable = true; + oh-my-zsh = { + enable = true; + plugins = [ "git" "python" "man" ]; + theme = "agnoster"; + }; + }; } diff --git a/hosts/coven/configuration.nix b/hosts/coven/configuration.nix index 2ad9063..0bb8f22 100644 --- a/hosts/coven/configuration.nix +++ b/hosts/coven/configuration.nix @@ -103,11 +103,6 @@ programs.firefox.enable = true; programs.zsh.enable = true; - programs.zsh.ohMyZsh = { - enable = true; - plugins = [ "git" "python" "man" ]; - theme = "agnoster"; - }; programs.steam = { enable = true;