Keyring setup; some general fixes; bash scripts update
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user