finding hyprland.conf error

This commit is contained in:
2026-03-15 12:10:48 +00:00
parent 84966cbeb1
commit 086c818991
+4 -6
View File
@@ -38,13 +38,11 @@ in
}; };
} }
// hyprlandConfs; // hyprlandConfs;
};
# Create a derivation to copy files # Use a postBuild hook to copy files
environment.systemPackages = with pkgs; [ postBuild = ''
(pkgs.writeShellScriptBin "copy-hyprland-files" ''
mkdir -p ~/.config/hypr/ mkdir -p ~/.config/hypr/
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/ cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
'') '';
]; };
} }