From 28820948168cc75b5147b84b8bba7f23e56f06d1 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 11 Mar 2026 15:53:54 -0600 Subject: [PATCH] 1773266034 --- modules/home/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli.nix b/modules/home/cli.nix index b942ce8..b7a3f84 100644 --- a/modules/home/cli.nix +++ b/modules/home/cli.nix @@ -16,6 +16,7 @@ # Utilities "fixaudio" = "systemctl --user restart pipewire pipewire-pulse wireplumber"; "nf" = "neofetch"; + "ico" = "update-desktop-database ~/.local/share/applications"; }; programs.bash = {