I am batman
This commit is contained in:
11
modules/misc/spotify.nix
Normal file
11
modules/misc/spotify.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.spotify
|
||||
];
|
||||
|
||||
# Prevent Spotify from launching on startup by removing its autostart entry
|
||||
# xdg.configFile."autostart/spotify.desktop".force = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user