mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Move spotify and create glava desktop entries within home manager, switch to bemenu from wofi, add official spotify client
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user