From f72135289c6ac6ab6fffb550cf9d0cb68ae137d8 Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 28 Dec 2025 17:18:25 +0530 Subject: Don't remember --- configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 7e01b1e..cae24c2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,7 +135,6 @@ kdePackages.kleopatra gimp3 kdePackages.ark - spotifyd ferdium spotify-player wl-clipboard @@ -170,6 +169,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; + pinentryPackage = pkgs.pinentry-curses; }; programs.hyprland = { @@ -192,6 +192,15 @@ }; services.openssh.enable = true; + services.spotifyd = { + enable = true; + settings = { + global = { + username = ""; + password = ""; + }; + }; + }; services.xserver.xkb.layout = "us"; services.xserver.xkb.options = "caps:escape"; -- cgit v1.2.3