From 8b76bf48a60e2b10fcdaba254067e5b23b2cf506 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:59:39 +0200 Subject: [PATCH] Update --- home/scripts/nixy/default.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/home/scripts/nixy/default.nix b/home/scripts/nixy/default.nix index 9103b20..b545e22 100644 --- a/home/scripts/nixy/default.nix +++ b/home/scripts/nixy/default.nix @@ -12,11 +12,11 @@ let # "icon;name;command"[] apps=( - ";Rebuild;nixy-rebuild" - ";Upgrade;nixy-upgrade" - ";Update;nixy-update" - ";Collect Garbage;nixy-gc" - ";Clean Boot Menu;nixy-cb" + ";Rebuild;nixy rebuild" + ";Upgrade;nixy upgrade" + ";Update;nixy update" + ";Collect Garbage;nixy gc" + ";Clean Boot Menu;nixy cb" ) # Apply default icons if empty: @@ -54,7 +54,4 @@ let fi ''; -in { - home.packages = - [ nixy ]; -} +in { home.packages = [ nixy ]; }