break core out to own config
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
dig
|
||||
rsync
|
||||
git
|
||||
age
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user