From 0385a1430a35af960e4715103658ea3011114122 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 18:35:21 -0800 Subject: [PATCH] fix oos symlink --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index ed3f8dd..62e6460 100644 --- a/home.nix +++ b/home.nix @@ -45,7 +45,7 @@ # ".screenrc".source = dotfiles/screenrc; ".local/share/omf/themes/val-cat" = { enable = true; - source = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat; + source = config.lib.file.mkOutOfStoreSymlink ./fish/themes/val-cat; }; # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''