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:
aw
2026-06-14 19:22:27 -04:00
parent cbcabe89b6
commit af87216fb8
5 changed files with 60 additions and 77 deletions

View File

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