Standardize impermanence import
This commit is contained in:
parent
e62bea822a
commit
f0bd401ef4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, impermanence, ... }:
|
{ config, lib, impermanence, ... }:
|
||||||
{
|
{
|
||||||
imports = [ impermanence.homeManagerModules.impermanence ];
|
imports = [ impermanence.homeManagerModules.default ];
|
||||||
|
|
||||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||||
enable = !config.targets.genericLinux.enable;
|
enable = !config.targets.genericLinux.enable;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue