diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:36:22 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:40:08 -0700 |
| commit | 28bb04882e3379c2023125303517d95be7edbbb9 (patch) | |
| tree | 2c7b86b1232a41fdf7632bc1fe7724f41aef3967 /hosts/copenhagen/home | |
| parent | 1c05e4a63a4c88d9ef93b96863bb231f3362857b (diff) | |
fix: copenhagen: add missing import
Diffstat (limited to 'hosts/copenhagen/home')
| -rw-r--r-- | hosts/copenhagen/home/c.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index a8f2794..5212ddd 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -3,6 +3,8 @@ { imports = [ inputs.impermanence.nixosModules.home-manager.impermanence + + ../../../roles/home ]; home.persistence."/persist/home/c" = { |