feat: add dotfiles submodule and home-manager config

- Add dotfiles repo as submodule in assets/dotfiles/
- Rewrite home.nix with direct file references instead of stow service
- Remove old custom dotfiles.nix service (replaced by home-manager)
- Clean up services/default.nix import
This commit is contained in:
2026-06-14 19:22:27 -04:00
committed by Hermes
parent ce7f74c66f
commit 02ffcdb55e
5 changed files with 60 additions and 77 deletions

1
.gitmodules vendored
View File

@@ -4,3 +4,4 @@
[submodule "assets/dotfiles"]
path = assets/dotfiles
url = ssh://git@code.lazyworkhorse.net:2222/gortium/dotfiles.git
branch = master