Keyring setup; some general fixes; bash scripts update
This commit is contained in:
Submodule bash-scripts updated: c0a7449e31...70d20e13ae
@@ -51,6 +51,11 @@
|
|||||||
#environment.systemPackages = with pkgs; [
|
#environment.systemPackages = with pkgs; [
|
||||||
#];
|
#];
|
||||||
|
|
||||||
|
# Keyring Setup
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
security.pam.services.login.enableGnomeKeyring = true;
|
||||||
|
|
||||||
|
|
||||||
# Install OpenGL
|
# Install OpenGL
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
environment.variables.GDK_SCALE = "0.5";
|
environment.variables.GDK_SCALE = "0.5";
|
||||||
|
|
||||||
# Ignore laptop lid closing when connected to power.
|
# Ignore laptop lid closing when connected to power.
|
||||||
services.logind.lidSwitchExternalPower = "ignore";
|
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||||
|
|
||||||
# Enable bluetooth
|
# Enable bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
@@ -107,19 +107,19 @@
|
|||||||
zlib
|
zlib
|
||||||
dbus
|
dbus
|
||||||
python3
|
python3
|
||||||
xorg.libX11
|
libx11
|
||||||
xorg.libXext
|
libxext
|
||||||
xorg.libXrender
|
libxrender
|
||||||
xorg.libXrandr
|
libxrandr
|
||||||
xorg.libXcursor
|
libxcursor
|
||||||
xorg.libXi
|
libxi
|
||||||
xorg.libxcb
|
libxcb
|
||||||
xorg.xcbutilwm
|
libxcb-wm
|
||||||
xorg.xcbutil
|
libxcb-util
|
||||||
xorg.xcbutilimage
|
libxcb-image
|
||||||
xorg.xcbutilkeysyms
|
libxcb-keysyms
|
||||||
xorg.xcbutilrenderutil
|
libxcb-render-util
|
||||||
xorg.xcbutilcursor
|
libxcb-cursor
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
exiftool
|
exiftool
|
||||||
pwntools
|
pwntools
|
||||||
flare-floss
|
flare-floss
|
||||||
|
python313Packages.mwdblib
|
||||||
|
|
||||||
# Wordlists
|
# Wordlists
|
||||||
(wordlists.override {
|
(wordlists.override {
|
||||||
|
|||||||
Reference in New Issue
Block a user