Compare commits
2 commits
5a107254d2
...
5823811700
Author | SHA1 | Date | |
---|---|---|---|
5823811700 | |||
a53626d5c3 |
2 changed files with 1 additions and 2 deletions
|
@ -131,7 +131,6 @@
|
|||
inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
extraHmModules = [
|
||||
inputs.impermanence.homeManagerModules.impermanence
|
||||
"${inputs.homeManagerGitWorkspace}/modules/services/git-workspace.nix"
|
||||
inputs.vscode-server.nixosModules.home
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
|
|
|
@ -146,7 +146,7 @@ in
|
|||
}
|
||||
]
|
||||
++ [
|
||||
(lib.mkIf cfg.impermanence.enable {
|
||||
(lib.optionalAttrs cfg.impermanence.enable {
|
||||
home.persistence."/persist/home/${cfg.username}" = {
|
||||
inherit (cfg.impermanence) directories files;
|
||||
allowOther = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue