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; [ environment.systemPackages = with pkgs; [
wget wget
curl curl
dig
rsync rsync
git git
age age

View File

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