working in some dotfiles
This commit is contained in:
parent
e0a0f1f057
commit
1b37d095ff
7 changed files with 184 additions and 9 deletions
|
|
@ -31,19 +31,11 @@
|
|||
"boot.shell_on_fail"
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
"mem_sleep_default=deep"
|
||||
"mem_sleep_default=s2idle"
|
||||
];
|
||||
loader.timeout = 0;
|
||||
#resumeDevice = "/dev/disk/by-uuid/c49249b9-0d68-44af-97e0-e399c8409408";
|
||||
};
|
||||
|
||||
powerManagement.enable = true;
|
||||
services.logind.lidSwitch = "suspend";
|
||||
services.logind.powerKey = "suspend";
|
||||
services.logind.powerKeyLongPress = "poweroff";
|
||||
systemd.sleep.extraConfig = ''
|
||||
SuspendState=mem
|
||||
'';
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
@ -111,6 +103,7 @@
|
|||
bat
|
||||
fd
|
||||
eza
|
||||
bash
|
||||
|
||||
# Chat
|
||||
discord
|
||||
|
|
@ -130,6 +123,8 @@
|
|||
gnome-tweaks
|
||||
dconf-editor
|
||||
gnomeExtensions.ddterm
|
||||
gnomeExtensions.unpanel
|
||||
|
||||
|
||||
# Other
|
||||
syncthing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue