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 = ''