diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index 4a63e0774..f9f80dfdf 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -1822,8 +1822,6 @@ in { xdg.enable = true; home.packages = [ walkerPkg elephantPkg ]; - # xdg.configFile."walker/themes/default.html".source = lib.mkForce repoThemesDir + "/default.html"; - # (services unchanged) systemd.user.services.elephant = { /* ... your existing service ... */ }; systemd.user.services.walker = { /* ... your existing service ... */ }; } @@ -1982,9 +1980,6 @@ The aliases mentioned in ./assets/conf/dev/terminal/aliases.conf will be added t # - ensures a *user-editable* aliases file exists in the shell’s default location # - if a shell is disabled, its aliases file is removed # . -# Notes on “editable”: -# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten). -# - Instead, we create/remove files via home.activation (create only if missing). { config, pkgs, lib, flakeRoot, ... }: let terminalDir = flakeRoot.outPath + "/assets/conf/dev/terminal";