From 1fe6b38adf9c000d2369b2f4b3f9e0f4276a038c Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 19:33:40 -0800 Subject: [PATCH] symlinking works for now --- home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 62e6460..3d6293e 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, extraSpecialArgs, ... }: { # Home Manager needs a bit of information about you and the paths it should @@ -45,7 +45,8 @@ # ".screenrc".source = dotfiles/screenrc; ".local/share/omf/themes/val-cat" = { enable = true; - source = config.lib.file.mkOutOfStoreSymlink ./fish/themes/val-cat; + source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat"; + recursive = true; }; # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''