diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-28 17:18:25 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-28 17:18:25 +0530 |
| commit | f72135289c6ac6ab6fffb550cf9d0cb68ae137d8 (patch) | |
| tree | 6b63722e72c300d28bcf72e0be1f0601a240bfab /configuration.nix | |
| parent | 6218eb7c1038961175a3fb0abfbc79a38c53bf83 (diff) | |
Don't remember
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 11 |
1 files changed, 10 insertions, 1 deletions
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"; |
