Use Tauon
This commit is contained in:
parent
e3ceca74c0
commit
6ca65344a3
9 changed files with 63 additions and 134 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue