From 863b0522ec462fa2758b0108d5caac3a165fa4f3 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 18 Mar 2025 14:18:16 +0100 Subject: [PATCH] added chown to boot command for hypr --- modules/wm/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index eb4a55c..83a4564 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -42,7 +42,8 @@ in { system.activationScripts.script.text = '' cd /home/horseman; rm -r .config/hypr .config/eww; - cp -r nix-config/modules/wm/hyprland/config/* .config + cp -r nix-config/modules/wm/hyprland/config/* .config; + chown -R horseman:users .config/hypr .config/eww ''; }; }