mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: moved impermanence import
This commit is contained in:
parent
90fd1aad9b
commit
5ab7ffb1a3
4 changed files with 119 additions and 43 deletions
6
modules/nixos/impermanence/default.nix
Normal file
6
modules/nixos/impermanence/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
flake.inputs.impermanence.nixosModules.impermanence
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue