mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
removed tree, replaced with eza functionality
This commit is contained in:
parent
6ac3d1b33a
commit
3daa4d334b
4 changed files with 5 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
imports = [ ./modules ];
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
wget curl tree neofetch
|
||||
wget curl neofetch
|
||||
unzip fping calc fd pciutils
|
||||
rsync zip lshw
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue