Merge NixOS and home manager flakes

This commit is contained in:
2025-11-15 23:28:11 +01:00
parent bbaf22e871
commit 8ea508585b
8 changed files with 183 additions and 236 deletions

View File

@@ -11,12 +11,12 @@
enable = true;
enableCompletion = true;
initExtra = ''
for f in ${config.home.homeDirectory}/.bashrc.d/*; do
for f in /home/h/.bashrc.d/*; do
[ -f "$f" ] && source "$f"
done
source ${config.home.homeDirectory}/.bash_aliases/all
source ${config.home.homeDirectory}/.bash_aliases/lang-js
source /home/h/.bash_aliases/all
source /home/h/.bash_aliases/lang-js
# host-specific config goes here
# ...