diff --git a/home.nix b/home.nix index 2c262a3..9d278b2 100644 --- a/home.nix +++ b/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";