symlinking works for now

main
Zynh Ludwig 2024-02-28 19:33:40 -08:00
parent 0385a1430a
commit 1fe6b38adf
1 changed files with 3 additions and 2 deletions

View File

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