summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/layout.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/layout.nix b/nixos/modules/layout.nix
index 4ad93f6..c36085d 100644
--- a/nixos/modules/layout.nix
+++ b/nixos/modules/layout.nix
@@ -10,7 +10,7 @@
videos = "/home/cat/videos";
music = "/home/cat/music";
desktop = "/home/cat/desktop";
- public = "/home/cat/public";
+ publicShare = "/home/cat/public";
templates = "/home/cat/templates";
};
}