refactor: use username variable consistently

Replaced hardcoded "h" username references with variables:
- hosts/vm: use username variable for secrets.username
- home configs: use username variable in bash initExtra paths
- keepassxc: update comment to use $HOME instead of /home/h

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 21:25:22 +01:00
co-authored by Claude Sonnet 4.5
parent 06fe355250
commit bbe528ebce
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ in
})
];
secrets.username = "h";
secrets.username = username;
environment.systemPackages = [ inputs.nvim.packages.x86_64-linux.nvim ];