added quickgui; removed tree; made ls --tree alias to tree
This commit is contained in:
parent
fcacd16e48
commit
25fd18658b
3 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
killall
|
killall
|
||||||
sysz
|
sysz
|
||||||
tmux
|
tmux
|
||||||
tree
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ in
|
||||||
plasma-panel-colorizer
|
plasma-panel-colorizer
|
||||||
plasticity
|
plasticity
|
||||||
protonup
|
protonup
|
||||||
|
quickemu
|
||||||
quickgui
|
quickgui
|
||||||
qview
|
qview
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue