mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Import impermanence module properly
This commit is contained in:
parent
448ac1a0e9
commit
326313666f
|
@ -15,6 +15,7 @@ in
|
|||
modules = [
|
||||
./vbox_nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
] ++ shared;
|
||||
};
|
||||
|
||||
|
@ -23,6 +24,7 @@ in
|
|||
modules = [
|
||||
./herugrim
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
] ++ shared;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./root.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue