Compare commits

...

2 Commits

Author SHA1 Message Date
Rachel Lambda Samuelsson 0e7550c489 solve hibernation issue 2023-12-14 16:10:58 +01:00
Rachel Lambda Samuelsson adbd47160f no more bash completion 2023-12-14 15:44:54 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -102,7 +102,7 @@ in
programs = {
bash = {
enable = true;
enableCompletion = true;
enableCompletion = false;
historyFile = "/dev/null";
sessionVariables = {
PS1 ="\\033[1m\\u\\033[0m@\\033[1m\\h\\033[0m: \\w\nλ ";

View File

@ -24,6 +24,9 @@
lidSwitchDocked = "ignore";
lidSwitchExternalPower = "hibernate";
};
services.udev.extraRules = ''
KERNEL=="0000:00:14.0", SUBSYSTEM=="pci", ATTR{power/wakeup}="disabled"
'';
# [BOOT / DISK ENCRYPTION]
boot.loader.efi.canTouchEfiVariables = true;