feat: Rename device.nix to default.nix for nixos and darwin

This commit is contained in:
uttarayan21
2025-01-03 00:59:40 +05:30
parent d41168c1be
commit ddf11f3ec0
4 changed files with 2 additions and 19 deletions

View File

@@ -24,17 +24,4 @@
enable = device.hasGui;
startInBackground = true;
};
# systemd.user.services.spotify-player = {
# Install = {WantedBy = ["graphical-session.target"];};
# Unit = {
# Description = "Spotify Player Daemon";
# After = ["graphical-session.target"];
# };
# Service = {
# ExecStart = "${pkgs.spotify-player}/bin/spotify_player -d";
# Restart = "on-failure";
# RestartSec = "5";
# User = "${device.user}";
# };
# };
}