diff --git a/.gitmodules b/.gitmodules index 31c34bb..b2ca0f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "slstatus"] path = slstatus - url = git://git.suckless.org/slstatus + url = https://git.fallingsky.love/fallingsky04/slstatus.git [submodule "dwm"] path = dwm - url = git://git.suckless.org/dwm + url = https://git.fallingsky.love/fallingsky04/dwm.git [submodule "st"] path = st - url = https://git.suckless.org/st + url = https://git.fallingsky.love/fallingsky04/st.git diff --git a/configuration.nix b/configuration.nix index 69387b2..9895ac6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -95,7 +95,6 @@ clipcatd & home.packages = with pkgs; [ obsidian (callPackage (./rolldice/default.nix) {}) - gnupg clang-tools rclone trash-cli @@ -302,6 +301,7 @@ clipcatd & # $ nix search wget environment.systemPackages = with pkgs; [ wireguard-tools + pinentry pulseaudio bash vim @@ -330,6 +330,13 @@ clipcatd & # Enable the OpenSSH daemon. services.openssh.enable = true; + # https://discourse.nixos.org/t/cant-get-gnupg-to-work-no-pinentry/15373/19 + services.pcscd.enable = true; + programs.gnupg.agent = { + enable = true; + pinentryFlavor = "tty"; + }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; diff --git a/dwm b/dwm index 5d30ee7..9397c7c 160000 --- a/dwm +++ b/dwm @@ -1 +1 @@ -Subproject commit 5d30ee7db5800ccbc7d99ef718d133cb9fddc420 +Subproject commit 9397c7c7caaf7b08635f15360e7aeaf71f547fff