summaryrefslogtreecommitdiff
path: root/modules/impermanence.nix
blob: 621576a3747111ea7d897fcb1b7319b9964eb132 (plain)
1
2
3
4
5
6
{ flakeInputs, ... }:
{
  imports = [
    flakeInputs.impermanence.nixosModules.impermanence
  ];
}