mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Let hypridle handle screen lock before suspend
This commit is contained in:
parent
148807589c
commit
dc57acb9d8
6 changed files with 17 additions and 14 deletions
|
|
@ -3,7 +3,11 @@
|
|||
imports = [ ../home.nix ];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
myConfig.de.theme = "dark";
|
||||
|
||||
myConfig = {
|
||||
de.theme = "dark";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.ffmpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue