remove old valcat import
This commit is contained in:
parent
ce1d4e71ab
commit
9305e26252
1 changed files with 1 additions and 7 deletions
8
home.nix
8
home.nix
|
@ -38,13 +38,7 @@
|
|||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through '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.file = { };
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
Loading…
Reference in a new issue