conf conf
This commit is contained in:
parent
534652294a
commit
b3857cb01f
7 changed files with 76 additions and 4 deletions
|
|
@ -79,6 +79,10 @@
|
|||
eza # ls replacement
|
||||
nh # nix helper
|
||||
jq # JSON processor
|
||||
ncdu
|
||||
pciutils
|
||||
usbutils
|
||||
tree
|
||||
|
||||
# Shells
|
||||
bash
|
||||
|
|
@ -109,4 +113,6 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "podman" ];
|
||||
shell = pkgs.nushell;
|
||||
}; # end users
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
} #end file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue