summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-08-06 12:08:27 +0200
committerGitHub <noreply@github.com>2026-08-06 12:08:27 +0200
commitc1992eefd667e6bc71ca0e27bbfc039d4c5a3da5 (patch)
tree4f4ab77524f094baea87a96e5195fd38a0655e49 /nixos
parentf0e8fd6230e02a6841e255ffc442b3260ce93337 (diff)
Update layout.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/layout.nix2
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";
};
}