summaryrefslogtreecommitdiff
path: root/nixos/modules/layout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/layout.nix')
-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";
};
}