refactor(flake): remove patches & reformat impermanence import

This commit is contained in:
Infinidoge 2022-04-12 11:00:22 -04:00
parent 902ab319aa
commit 707b020317

View file

@ -53,7 +53,6 @@
, bud
, nixos
, home
, nixos-hardware
, agenix
, deploy
, ...
@ -62,8 +61,6 @@
{
inherit self inputs;
patches = ./overlays/patches;
channelsConfig = { allowUnfree = true; };
channels = {
@ -123,8 +120,6 @@
Infini-SERVER = { };
};
importables = rec {
inherit (self) patches;
profiles = digga.lib.rakeLeaves ./profiles // {
users = digga.lib.rakeLeaves ./users;
};
@ -150,10 +145,11 @@
home = {
imports = [ (digga.lib.importExportableModules ./users/modules) ];
modules = [ "${inputs.impermanence}/home-manager.nix" ];
modules = [
inputs.impermanence.nixosModules.home-manager.impermanence
];
importables = rec {
inherit inputs;
inherit (self) patches;
profiles = digga.lib.rakeLeaves ./users/profiles;
suites = with profiles; self.lib.flattenSetList