From 33fa39628cbca248d8bcd68f96c5ae54e2d3f6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 9 Nov 2024 16:02:54 +0100 Subject: [PATCH] feat: pkgs sync --- home/programs/packages.nix | 2 ++ home/system/hyprland.nix | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/home/programs/packages.nix b/home/programs/packages.nix index 94dfeaa..fc9f46f 100644 --- a/home/programs/packages.nix +++ b/home/programs/packages.nix @@ -49,6 +49,7 @@ firefox telegram-desktop google-chrome + chromium evolution obsidian foliate @@ -80,5 +81,6 @@ vim nixfmt-rfc-style nemo + nixd ]; } diff --git a/home/system/hyprland.nix b/home/system/hyprland.nix index a0f726f..b4a0a4a 100644 --- a/home/system/hyprland.nix +++ b/home/system/hyprland.nix @@ -692,12 +692,12 @@ on-timeout = "loginctl lock-session"; # lock screen when timeout has passed } - { - timeout = 1800; # 30min - on-timeout = "systemctl hibernate"; + # { + # timeout = 1800; # 30min + # on-timeout = "systemctl hibernate"; # on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed # on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. - } + # } ]; }; };