summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-25 02:15:37 +0200
committerGitHub <noreply@github.com>2026-07-25 02:15:37 +0200
commitccc5f2341d46870ff1d342a014276132bb3498b4 (patch)
tree88261cf934b09b6d555c32df0e38e2ca6ce6198c
parentc073460a4827b463afdf8bfb40ef64dc8bb7199b (diff)
Remove publicShare and templates from layout
Removed publicShare and templates directories from layout.
-rw-r--r--nixos/modules/layout.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/layout.nix b/nixos/modules/layout.nix
index c36085d..b001c43 100644
--- a/nixos/modules/layout.nix
+++ b/nixos/modules/layout.nix
@@ -10,7 +10,5 @@
videos = "/home/cat/videos";
music = "/home/cat/music";
desktop = "/home/cat/desktop";
- publicShare = "/home/cat/public";
- templates = "/home/cat/templates";
};
}