refactor: moved darwin, home-manager, and system configurations to dendrite pattern
This commit is contained in:
parent
0ea11e0236
commit
149f4f151f
193 changed files with 3284 additions and 3095 deletions
|
|
@ -18,7 +18,7 @@
|
|||
common-modules
|
||||
++ [
|
||||
sops-nix.homeManagerModules.sops
|
||||
../legacy-modules/home-manager-modules
|
||||
config.flake.homeModules.home-manager-modules-all
|
||||
];
|
||||
|
||||
home-manager-base = _: {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
common-modules
|
||||
++ [
|
||||
home-manager-base
|
||||
../legacy-modules/system-modules
|
||||
config.flake.commonModules.system-modules-all
|
||||
];
|
||||
in {
|
||||
systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
|
||||
|
|
@ -72,7 +72,7 @@ in {
|
|||
++ [
|
||||
sops-nix.darwinModules.sops
|
||||
home-manager.darwinModules.home-manager
|
||||
../legacy-modules/darwin-modules
|
||||
config.flake.darwinModules.darwin-modules-all
|
||||
({
|
||||
lib,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue