remove old valcat import

main
Zynh Ludwig 2024-02-28 20:38:58 -08:00
parent ce1d4e71ab
commit 9305e26252
1 changed files with 1 additions and 7 deletions

View File

@ -38,13 +38,7 @@
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'. # plain files is through 'home.file'.
home.file = { home.file = { };
# "${config.xdg.dataHome}/omf/themes/val-cat" = {
# enable = true;
# source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat";
# recursive = true;
# };
};
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";