- Change each submodule to use my own remote

- Readd color themeing I forgor to commit :<
- Get really confused about gnupg
This commit is contained in:
Sky Hearn 2024-03-07 23:22:00 -08:00
parent 7d8b46f018
commit 8533784d83
Signed by: fallingsky04
GPG Key ID: DAB485883AE426EC
3 changed files with 12 additions and 5 deletions

6
.gitmodules vendored
View File

@ -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

View File

@ -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 = [ ... ];

2
dwm

@ -1 +1 @@
Subproject commit 5d30ee7db5800ccbc7d99ef718d133cb9fddc420
Subproject commit 9397c7c7caaf7b08635f15360e7aeaf71f547fff