diff options
| -rw-r--r-- | configuration.nix | 11 | ||||
| -rw-r--r-- | flake.lock | 18 | ||||
| -rwxr-xr-x | hypr/hyprland.conf | 2 |
3 files changed, 20 insertions, 11 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"; @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1766553851, - "narHash": "sha256-hHKQhHkXxuPJwLkI8wdu826GLV5AcuW9/HVdc9eBnTU=", + "lastModified": 1766881808, + "narHash": "sha256-JR7A2xS3EBPWFeONzhqez5vp7nKEsp7eLj2Ks210Srk=", "owner": "nix-community", "repo": "home-manager", - "rev": "7eca7f7081036a7b740090994c9ec543927f89a7", + "rev": "d2e0458d6531885600b346e161c38790dc356fa8", "type": "github" }, "original": { @@ -67,11 +67,11 @@ "scenefx": "scenefx" }, "locked": { - "lastModified": 1766201993, - "narHash": "sha256-vE9q/TT7zsNVhh9+5TBt2/AnZZ8b2lr9MIekOVnLodE=", + "lastModified": 1766887727, + "narHash": "sha256-kNHRtEakdzuZq2RO/5EWLC1s5PjYLi7fXwxT2ZIm/1g=", "owner": "DreamMaoMao", "repo": "mango", - "rev": "471c71f65c3c15ebe633edf4757361649757f990", + "rev": "af1f7850ee788c6a23085c117d0310f631b9c271", "type": "github" }, "original": { @@ -82,11 +82,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1766309749, - "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", + "lastModified": 1766651565, + "narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", + "rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539", "type": "github" }, "original": { diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c7ab9a4..dc650a1 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -115,7 +115,7 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier $terminal = wezterm $fileManager = thunar -$textEditor = $terminal nvim +$textEditor = $terminal -e nvim $menu = rofi -show drun $browser = firefox |
