fix: hypridle home already exists

This commit is contained in:
biscuit
2025-05-26 19:15:48 -05:00
parent 1871ca6ef6
commit 608df0bd38
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,7 +1,4 @@
{...}: {
home.file.".config/hypr/hypridle.conf" = {
source = builtins.toPath ./hypridle.conf;
};
wayland.windowManager.hyprland = {
enable = true;
+1 -1
View File
@@ -1,5 +1,5 @@
{...}: {
services.hyprlock = {
programs.hyprlock = {
enable = true;
settings = {
};