Update
This commit is contained in:
parent
c80ddff8eb
commit
8b76bf48a6
@ -12,11 +12,11 @@ let
|
|||||||
|
|
||||||
# "icon;name;command"[]
|
# "icon;name;command"[]
|
||||||
apps=(
|
apps=(
|
||||||
";Rebuild;nixy-rebuild"
|
";Rebuild;nixy rebuild"
|
||||||
";Upgrade;nixy-upgrade"
|
";Upgrade;nixy upgrade"
|
||||||
";Update;nixy-update"
|
";Update;nixy update"
|
||||||
";Collect Garbage;nixy-gc"
|
";Collect Garbage;nixy gc"
|
||||||
";Clean Boot Menu;nixy-cb"
|
";Clean Boot Menu;nixy cb"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Apply default icons if empty:
|
# Apply default icons if empty:
|
||||||
@ -54,7 +54,4 @@ let
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in {
|
in { home.packages = [ nixy ]; }
|
||||||
home.packages =
|
|
||||||
[ nixy ];
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user