diff --git a/home.nix b/home.nix index 3d6293e..db6a185 100644 --- a/home.nix +++ b/home.nix @@ -1,5 +1,8 @@ { config, pkgs, extraSpecialArgs, ... }: +# let +# +# in { # Home Manager needs a bit of information about you and the paths it should # manage. @@ -43,7 +46,7 @@ # # the Nix store. Activating the configuration will then make '~/.screenrc' a # # symlink to the Nix store copy. # ".screenrc".source = dotfiles/screenrc; - ".local/share/omf/themes/val-cat" = { + "${config.xdg.dataHome}/omf/themes/val-cat" = { enable = true; source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat"; recursive = true;