Use Tauon

This commit is contained in:
Invariantspace 2023-10-25 17:37:16 -07:00
parent e3ceca74c0
commit 6ca65344a3
9 changed files with 63 additions and 134 deletions

View file

@ -5,12 +5,6 @@ let
usrPwdFile = "users/${usr}/password";
in
{
environment.systemPackages = with pkgs.fishPlugins; [
pisces
puffer
tide
];
home-manager = {
useGlobalPkgs = true;
users.${usr} = {
@ -64,6 +58,7 @@ in
};
};
ripgrep.enable = true;
starship.enable = true;
tealdeer.enable = true;
zoxide = {
enable = true;