Compare commits

..

1 Commits

Author SHA1 Message Date
Zynh Ludwig f41fed51a6 omf theme automated 2024-02-28 05:22:44 -08:00
1 changed files with 3 additions and 2 deletions

View File

@ -43,9 +43,10 @@
# # the Nix store. Activating the configuration will then make '~/.screenrc' a # # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy. # # symlink to the Nix store copy.
# ".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 = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat; source = "./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 = ''