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
16
modules/home-manager/default.nix
Normal file
16
modules/home-manager/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{config, ...}: let
|
||||
mod = config.flake.homeModules;
|
||||
in {
|
||||
flake.homeModules.home-manager-modules-all = {
|
||||
imports = [
|
||||
mod.home-manager-sops
|
||||
mod.home-manager-user
|
||||
mod.home-manager-flipperzero
|
||||
mod.home-manager-i18n
|
||||
mod.home-manager-impermanence
|
||||
mod.home-manager-openssh
|
||||
mod.home-manager-gnome
|
||||
mod.home-manager-programs
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue