tokei, nix-command, nvim config
This commit is contained in:
parent
5ee8ef0271
commit
b9d5a6ae7a
3 changed files with 15 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
starship
|
||||
syncthing
|
||||
tmux
|
||||
tokei
|
||||
tree
|
||||
unzip
|
||||
usbutils
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" ];
|
||||
|
||||
# Automatic Garbage Collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue