- 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:
parent
7d8b46f018
commit
8533784d83
|
@ -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
|
||||
|
|
|
@ -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
2
dwm
|
@ -1 +1 @@
|
|||
Subproject commit 5d30ee7db5800ccbc7d99ef718d133cb9fddc420
|
||||
Subproject commit 9397c7c7caaf7b08635f15360e7aeaf71f547fff
|
Loading…
Reference in New Issue