mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Use systemctl sleep for automatic suspend mode selection
This commit is contained in:
parent
1b27e93c03
commit
86d31cc3c6
5 changed files with 6 additions and 17 deletions
|
|
@ -3,10 +3,7 @@
|
|||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
myConfig = {
|
||||
theme = "light";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
myConfig.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,2880x1920@120,0x0,2,vrr,1"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,7 @@
|
|||
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
myConfig = {
|
||||
theme = "dark";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
myConfig.theme = "dark";
|
||||
|
||||
home.packages = [
|
||||
pkgs.ffmpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue