Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig f1ca2bc8fd symlink valcat 2024-02-28 18:22:11 -08:00
Zynh Ludwig 93937e5113 omf theme automated 2024-02-28 05:23:25 -08:00
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +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" = {
enable = true;
source = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat;
};
# # You can also set the file content immediately. # # You can also set the file content immediately.
# ".gradle/gradle.properties".text = '' # ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose # org.gradle.console=verbose