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
+314 -314
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -3230,7 +3230,7 @@ in
** =generated/modules/traveldroid/system/base-colors.nix=
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/base-colors.nix :noweb yes :mkdirp yes :eval never
{ config, pkgs, ... }:
{ config, pkgs, flakeRoot, ... }:
let
username = "henrov"; # Replace with your username if needed
in
@@ -3239,7 +3239,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;
};
};
@@ -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;
};
};