symlink valcat
parent
93937e5113
commit
f1ca2bc8fd
3
home.nix
3
home.nix
|
@ -45,8 +45,7 @@
|
||||||
# ".screenrc".source = dotfiles/screenrc;
|
# ".screenrc".source = dotfiles/screenrc;
|
||||||
".local/share/omf/themes/val-cat" = {
|
".local/share/omf/themes/val-cat" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
source = "./fish/themes/val-cat";
|
source = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat;
|
||||||
recursive = true;
|
|
||||||
};
|
};
|
||||||
# # You can also set the file content immediately.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
Loading…
Reference in New Issue