mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-10-27 15:55:15 +01:00
more cli stuff
This commit is contained in:
parent
c9dfc86863
commit
47bc39c3bb
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@
|
|||
};
|
||||
programs.carapace.enable = true;
|
||||
programs.direnv.enable = true;
|
||||
programs.navi.enable = true;
|
||||
programs.tealdeer = {
|
||||
enable = true;
|
||||
enableAutoUpdates = true;
|
||||
# updates = {
|
||||
# auto_update_interval_hours = 24;
|
||||
# auto_update = true;
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.nushell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue