diff --git a/modules/default.nix b/modules/default.nix index a093432..3b620fa 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,5 +4,6 @@ ./desktop.nix ./terminal.nix ./neovim.nix + ./zsh.nix ]; } diff --git a/modules/zsh.nix b/modules/zsh.nix index 6a1970f..4f6ba69 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -51,7 +51,7 @@ in with lib; { cbr = "cargo build --release"; # fucking around -  = "nvim"; + "" = "nvim"; }; oh-my-zsh = { enable = true;