diff --git a/modules/home/packages.nix b/modules/home/packages.nix index b9c4459..9db97e6 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -57,6 +57,7 @@ # wineWowPackages.wayland # element-desktop # wayland version is very laggy for me spotify + spotify_player thunderbird neofetch nodejs_22 diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index c5c3108..d63ffa0 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -152,6 +152,7 @@ # ]; shellAliases = { + spt = "spotify_player"; convert = "magick"; ls = "eza -lh --git"; la = "eza -A --git";