Compare commits
2 Commits
db0a6ca79d
...
0e7550c489
Author | SHA1 | Date | |
---|---|---|---|
0e7550c489 | |||
adbd47160f |
|
@ -102,7 +102,7 @@ in
|
||||||
programs = {
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = false;
|
||||||
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λ ";
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user