refactor: made pkgs dendrites
This commit is contained in:
parent
88041e86bd
commit
df8dd110ad
54 changed files with 1184 additions and 1058 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{inputs, ...}: let
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
home-manager = inputs.home-manager;
|
||||
sops-nix = inputs.sops-nix;
|
||||
nix-syncthing = inputs.nix-syncthing;
|
||||
|
|
@ -6,7 +10,8 @@
|
|||
impermanence = inputs.impermanence;
|
||||
|
||||
common-modules = [
|
||||
../legacy-modules/common-modules
|
||||
config.flake.commonModules.pkgs
|
||||
config.flake.commonModules.overlays
|
||||
];
|
||||
|
||||
home-manager-modules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue