mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds spotify_player
This commit is contained in:
parent
c4fd1a37c1
commit
b0ba1ebcff
2 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
||||||
# wineWowPackages.wayland
|
# wineWowPackages.wayland
|
||||||
# element-desktop # wayland version is very laggy for me
|
# element-desktop # wayland version is very laggy for me
|
||||||
spotify
|
spotify
|
||||||
|
spotify_player
|
||||||
thunderbird
|
thunderbird
|
||||||
neofetch
|
neofetch
|
||||||
nodejs_22
|
nodejs_22
|
||||||
|
|
|
||||||
|
|
@ -152,6 +152,7 @@
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
spt = "spotify_player";
|
||||||
convert = "magick";
|
convert = "magick";
|
||||||
ls = "eza -lh --git";
|
ls = "eza -lh --git";
|
||||||
la = "eza -A --git";
|
la = "eza -A --git";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue