From b08c74f361ee07ba1f53ff6e1a21677351362cc9 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 19:46:15 +0100 Subject: [PATCH] hyprland: let stylix own hyprpaper.conf Stylix's hyprpaper target writes the same wallpaper we were setting by hand. Removing our home.file resolves the managed-file conflict. Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 8fe662a..b46d452 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -287,12 +287,6 @@ }; }; - home.file.".config/hypr/hyprpaper.conf".text = '' - preload = ${config.home.homeDirectory}/.local/share/backgrounds/wallpaper.png - wallpaper = ,${config.home.homeDirectory}/.local/share/backgrounds/wallpaper.png - splash = false - ''; - programs.waybar = { enable = true; systemd.enable = true; # start via graphical-session.target