Regenerated

This commit is contained in:
2026-04-22 12:20:31 +02:00
parent 0c9e71f2a7
commit bc0c949cd7
83 changed files with 478 additions and 478 deletions
@@ -1,4 +1,4 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# {{{autogen}}}
{ lib, config, pkgs, flakeRoot, ... }:
let
username = config.defaultUser or "henrov";
@@ -12,7 +12,7 @@ in
# and conflict with our home.file entries below.
home.file = {
".config/swaync/config.json" = {
".config/swaync/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json";
force = true;
};