feat: pkgs sync

This commit is contained in:
2024-11-09 16:02:54 +01:00
parent af171e26f9
commit 33fa39628c
2 changed files with 6 additions and 4 deletions

View File

@@ -49,6 +49,7 @@
firefox
telegram-desktop
google-chrome
chromium
evolution
obsidian
foliate
@@ -80,5 +81,6 @@
vim
nixfmt-rfc-style
nemo
nixd
];
}

View File

@@ -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.
}
# }
];
};
};