Compare commits

..

No commits in common. "0e7550c489ab509fb907982ae3c48814bd8c0815" and "db0a6ca79dd9cb3b9c855c42d57a205338b34062" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

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