From 50a1694767dd8c75223482c04b152ddab6039c8b Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 7 May 2026 21:59:20 -0400 Subject: [PATCH] Keyring setup; some general fixes; bash scripts update --- bash-scripts | 2 +- config/headful.nix | 5 +++++ config/omen.nix | 28 ++++++++++++++-------------- home/modules/hacking.nix | 1 + 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/bash-scripts b/bash-scripts index c0a7449..70d20e1 160000 --- a/bash-scripts +++ b/bash-scripts @@ -1 +1 @@ -Subproject commit c0a7449e31b449a8205a1a26d3fc64651c0dfa48 +Subproject commit 70d20e13ae4cd20216dc9fcfe63e4f8b730955fe diff --git a/config/headful.nix b/config/headful.nix index dafd15c..4f8d70d 100644 --- a/config/headful.nix +++ b/config/headful.nix @@ -51,6 +51,11 @@ #environment.systemPackages = with pkgs; [ #]; + # Keyring Setup + services.gnome.gnome-keyring.enable = true; + security.pam.services.login.enableGnomeKeyring = true; + + # Install OpenGL hardware.graphics = { enable = true; diff --git a/config/omen.nix b/config/omen.nix index 36d0f29..1d35f80 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -50,7 +50,7 @@ environment.variables.GDK_SCALE = "0.5"; # Ignore laptop lid closing when connected to power. - services.logind.lidSwitchExternalPower = "ignore"; + services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore"; # Enable bluetooth hardware.bluetooth.enable = true; @@ -107,19 +107,19 @@ zlib dbus python3 - xorg.libX11 - xorg.libXext - xorg.libXrender - xorg.libXrandr - xorg.libXcursor - xorg.libXi - xorg.libxcb - xorg.xcbutilwm - xorg.xcbutil - xorg.xcbutilimage - xorg.xcbutilkeysyms - xorg.xcbutilrenderutil - xorg.xcbutilcursor + libx11 + libxext + libxrender + libxrandr + libxcursor + libxi + libxcb + libxcb-wm + libxcb-util + libxcb-image + libxcb-keysyms + libxcb-render-util + libxcb-cursor ]; }; } diff --git a/home/modules/hacking.nix b/home/modules/hacking.nix index cdbf4c2..3acdfe3 100644 --- a/home/modules/hacking.nix +++ b/home/modules/hacking.nix @@ -39,6 +39,7 @@ exiftool pwntools flare-floss + python313Packages.mwdblib # Wordlists (wordlists.override {