summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-06 21:38:16 -0700
committerFuwn <[email protected]>2024-09-06 21:38:16 -0700
commit67acfc5da20f4b348e3826788243c997990a9a3c (patch)
tree08a1cc47f648eb001d5f8362716337c5af58d92f /home
parentBump (diff)
downloadnixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.tar.xz
nixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.zip
Bump
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix3
-rw-r--r--home/ebisu/fortune/development/languages/javascript.nix1
-rw-r--r--home/ebisu/fortune/system/variables.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix
index bcd333b..a507990 100644
--- a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix
+++ b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix
@@ -23,8 +23,7 @@
# "kwalletd6"
# GNOME/Keyring
- "gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh,gpg"
- "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1"
+ # "gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh,gpg"
# XDG, XDPH, & Qt
"dbus-update-activation-environment --systemd --all"
diff --git a/home/ebisu/fortune/development/languages/javascript.nix b/home/ebisu/fortune/development/languages/javascript.nix
index 0a8cae2..cc7b899 100644
--- a/home/ebisu/fortune/development/languages/javascript.nix
+++ b/home/ebisu/fortune/development/languages/javascript.nix
@@ -5,5 +5,6 @@
# deno
nodePackages_latest.nodejs
yarn-berry
+ npkill
];
}
diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix
index 3bae980..4cb31b3 100644
--- a/home/ebisu/fortune/system/variables.nix
+++ b/home/ebisu/fortune/system/variables.nix
@@ -84,7 +84,7 @@
MOZ_USE_XINPUT2 = "1";
AWT_TOOLKIT = "MToolkit wmname LG3D";
_JAVA_AWT_WM_NONREPARENTING = 1;
- # GPG_TTY=$(tty);
+ GPG_TTY = "$(tty)";
# GIT_ASKPASS = "${pkgs.ksshaskpass}/bin/ksshaskpass";
# SSH_ASKPASS = "${pkgs.ksshaskpass}/bin/ksshaskpass";
# SSH_ASKPASS_REQUIRE = "prefer";