Compare commits

..

2 Commits

Author SHA1 Message Date
Zynh Ludwig e0b1a5bbd9 disable bad packages 2024-02-28 18:35:37 -08:00
Zynh Ludwig 0385a1430a fix oos symlink 2024-02-28 18:35:21 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +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 = config.lib.mkOutOfStoreSymlink ./fish/themes/val-cat; source = config.lib.file.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 = ''