Compare commits
No commits in common. "58238117001453a5012751b20e171141c5f612e6" and "5a107254d245dae010c21d44b6490485c3bf3093" have entirely different histories.
5823811700
...
5a107254d2
2 changed files with 2 additions and 1 deletions
|
@ -131,6 +131,7 @@
|
|||
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.optionalAttrs cfg.impermanence.enable {
|
||||
(lib.mkIf cfg.impermanence.enable {
|
||||
home.persistence."/persist/home/${cfg.username}" = {
|
||||
inherit (cfg.impermanence) directories files;
|
||||
allowOther = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue