- 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
6 lines
37 B
Nix
6 lines
37 B
Nix
{
|
|
imports = [
|
|
./systemd
|
|
];
|
|
}
|