From ecfa3d9c0f3bc49c28e23f4647ce0f85f7ea5916 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Thu, 7 May 2026 20:20:49 +0100 Subject: [PATCH] include fred configs --- hosts/graphical/file.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/graphical/file.nix b/hosts/graphical/file.nix index b5f9908..7162870 100644 --- a/hosts/graphical/file.nix +++ b/hosts/graphical/file.nix @@ -72,6 +72,11 @@ in outOfStoreSymlink = true; recursive = true; }; + ".cadacama/fred" = { + source = ../../configs/fred; + outOfStoreSymlink = true; + recursive = true; + }; ".config/git" = { source = ../../configs/git; outOfStoreSymlink = true;