Regenerated
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user