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

View File

@@ -1,6 +1,5 @@
{
imports = [
./dotfiles.nix
./systemd
];
}