added quickgui; removed tree; made ls --tree alias to tree

This commit is contained in:
William 2025-01-28 16:08:19 -03:00
parent fcacd16e48
commit 25fd18658b
3 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
environment.shellAliases = { environment.shellAliases = {
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
neofetch = "fastfetch"; neofetch = "fastfetch";
tree = "ls --tree";
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot"; syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
}; };
} }

View file

@ -11,7 +11,6 @@
killall killall
sysz sysz
tmux tmux
tree
wget wget
]; ];

View file

@ -51,6 +51,7 @@ in
plasma-panel-colorizer plasma-panel-colorizer
plasticity plasticity
protonup protonup
quickemu
quickgui quickgui
qview qview
qbittorrent qbittorrent