beatific: add more default programs
This commit is contained in:
parent
a8730b3a13
commit
3a954c35c1
|
@ -83,13 +83,16 @@ in {
|
||||||
bc # Terminal calculator
|
bc # Terminal calculator
|
||||||
curl
|
curl
|
||||||
duf
|
duf
|
||||||
file
|
file # File type inspector
|
||||||
killall
|
|
||||||
nebula
|
nebula
|
||||||
|
psmisc # provides killall
|
||||||
python3
|
python3
|
||||||
tree
|
rsync
|
||||||
|
tree # Directory tree view
|
||||||
|
unzip
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
zip
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Reference in New Issue