Regenerated

This commit is contained in:
2026-04-09 11:54:09 +02:00
parent d9c2edafd3
commit 27aa952ac9
3 changed files with 318 additions and 318 deletions
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, flakeRoot, ... }:
let
username = "henrov"; # Replace with your username if needed
in
@@ -7,7 +7,7 @@ in
${username} = {
home.file = {
".config/shared/colors.css" = {
text = builtins.readFile ./generated/.config/shared/colors.css;
text = builtins.readFile "${flakeRoot}/generated/.config/shared/colors.css;"
force = true;
};
};