symlink valcat
This commit is contained in:
parent
93937e5113
commit
f1ca2bc8fd
1 changed files with 1 additions and 2 deletions
3
home.nix
3
home.nix
|
@ -45,8 +45,7 @@
|
|||
# ".screenrc".source = dotfiles/screenrc;
|
||||
".local/share/omf/themes/val-cat" = {
|
||||
enable = true;
|
||||
source = "./fish/themes/val-cat";
|
||||
recursive = true;
|
||||
source = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat;
|
||||
};
|
||||
# # You can also set the file content immediately.
|
||||
# ".gradle/gradle.properties".text = ''
|
||||
|
|
Loading…
Reference in a new issue