diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 12:08:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 12:08:27 +0200 |
| commit | c1992eefd667e6bc71ca0e27bbfc039d4c5a3da5 (patch) | |
| tree | 4f4ab77524f094baea87a96e5195fd38a0655e49 /nixos/modules/layout.nix | |
| parent | f0e8fd6230e02a6841e255ffc442b3260ce93337 (diff) | |
Update layout.nix
Diffstat (limited to 'nixos/modules/layout.nix')
| -rw-r--r-- | nixos/modules/layout.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/layout.nix b/nixos/modules/layout.nix index b001c43..4ad93f6 100644 --- a/nixos/modules/layout.nix +++ b/nixos/modules/layout.nix @@ -10,5 +10,7 @@ videos = "/home/cat/videos"; music = "/home/cat/music"; desktop = "/home/cat/desktop"; + public = "/home/cat/public"; + templates = "/home/cat/templates"; }; } |
