Regenerated

This commit is contained in:
2026-04-29 08:44:00 +02:00
parent 3aeb7d5192
commit 373feab3cf
21 changed files with 516 additions and 516 deletions
@@ -1,17 +1,17 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ lib, config, pkgs, repoPath, ... }:
{ lib, config, pkgs, flakeRoot, ... }:
let
#################################
# User config
#################################
username = config.defaultUser or "henrov";
generatedZsh = "${repoPath}/generated/.config/zsh/.zshrc";
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
#################################
# Alias parsing
#################################
aliasFile = "${repoPath}/generated/assets/aliases.conf";
aliasFile = "${flakeRoot}/generated/assets/aliases.conf";
content = builtins.readFile aliasFile;
lines =