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 = {