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;