diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 12:24:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 12:24:53 +0200 |
| commit | 08204e387fae1367891edc66f98632c118c85731 (patch) | |
| tree | d514af56c8aa9b0e691d8e9d158f3dd593673d43 /nixos/modules/layout.nix | |
| parent | c1992eefd667e6bc71ca0e27bbfc039d4c5a3da5 (diff) | |
Update layout.nix
Diffstat (limited to 'nixos/modules/layout.nix')
| -rw-r--r-- | nixos/modules/layout.nix | 2 |
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"; }; } |
