Move spotify and create glava desktop entries within home manager, switch to bemenu from wofi, add official spotify client

This commit is contained in:
2025-10-27 12:51:33 -07:00
parent b7ba045305
commit 8f05b33391
6 changed files with 38 additions and 31 deletions

View File

@@ -1,19 +1,4 @@
{ config, pkgs, ... }:
let
spotifyPlayerDesktopEntry = pkgs.writeTextFile {
name = "spotify-player-desktop";
destination = "/share/applications/spotify-player.desktop";
text = ''
[Desktop Entry]
Type=Application
Name=Spotify Player
Exec=kitty -e spotify_player
Icon=spotify_player
Terminal=false
Categories=Media;
'';
};
in
{
boot = {
# Make v4l2loopback kernel module available to NixOS.
@@ -45,8 +30,8 @@ in
plex-desktop
projectm_3
sox
spotify
spotify-player
spotifyPlayerDesktopEntry
vlc
];

View File

@@ -33,6 +33,7 @@
grim
hyprpaper
hyprpicker
j4-dmenu-desktop
kanshi
libnotify
mako
@@ -42,7 +43,7 @@
swayimg
wl-clipboard
wlogout
wofi
bemenu
];
}