break core out to own config

This commit is contained in:
2025-11-03 20:13:15 -06:00
parent a9579a7bf9
commit 38b298fcd6
2 changed files with 8 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
environment.systemPackages = with pkgs; [
wget
curl
dig
rsync
git
age

View File

@@ -22,13 +22,13 @@ in
imports = [
inputs.sops-nix.homeManagerModules.sops
./dots
./dots/nvf
./dots/lf
./dots/zsh
./dots/ssh
./dots/gpg
./dots/git
./dots/xdg
./dots/core/nvf
./dots/core/lf
./dots/core/zsh
./dots/core/ssh
./dots/core/gpg
./dots/core/git
./dots/core/xdg
];
# set home manager config based on system type