- 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
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
[submodule "assets/compose"]
|
|
path = assets/compose
|
|
url = ssh://git@code.lazyworkhorse.net:2222/gortium/compose.git
|
|
[submodule "assets/dotfiles"]
|
|
path = assets/dotfiles
|
|
url = ssh://git@code.lazyworkhorse.net:2222/gortium/dotfiles.git
|
|
branch = master
|