From ccc5f2341d46870ff1d342a014276132bb3498b4 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:15:37 +0200 Subject: Remove publicShare and templates from layout Removed publicShare and templates directories from layout. --- nixos/modules/layout.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos') 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"; }; } -- cgit v1.3.1