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