From 868376e26682223c20f73b75d59fb3f654ca5e7e Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Wed, 26 Mar 2025 11:34:47 -0700 Subject: [PATCH] fix: screen going to sleep, add vlc --- nix/modules/i3.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/modules/i3.nix b/nix/modules/i3.nix index 99ba378..e8a532f 100644 --- a/nix/modules/i3.nix +++ b/nix/modules/i3.nix @@ -13,6 +13,12 @@ services.xserver = { enable = true; windowManager.i3.enable = true; + serverLayoutSection = '' + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + ''; }; services.displayManager = { @@ -24,6 +30,7 @@ dolphin vscode-fhs pavucontrol + vlc ]; home-manager.users.luca = {