mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable hibernation on fern
This commit is contained in:
parent
643a05edbd
commit
fa04b898a9
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
myConfig.de.theme = "light";
|
||||
myConfig = {
|
||||
de.theme = "light";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,2880x1920@60,0x0,2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue