Browse Source

starship

master
Juni Kim 2 years ago
parent
commit
6abc664e62
  1. 2
      configuration.nix
  2. 1
      users.nix

2
configuration.nix

@ -66,6 +66,8 @@
programs.zsh.ohMyZsh.plugins = [ "git" "command-not-found" ];
programs.zsh.syntaxHighlighting.enable = true;
programs.starship.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.

1
users.nix

@ -55,7 +55,6 @@ in
git = {
enable = true;
};
starship.enable = true;
};
};
in {

Loading…
Cancel
Save