diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:15:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:15:37 +0200 |
| commit | ccc5f2341d46870ff1d342a014276132bb3498b4 (patch) | |
| tree | 88261cf934b09b6d555c32df0e38e2ca6ce6198c /nixos | |
| parent | c073460a4827b463afdf8bfb40ef64dc8bb7199b (diff) | |
Remove publicShare and templates from layout
Removed publicShare and templates directories from layout.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/modules/layout.nix | 2 |
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"; }; } |
