From 9305e26252a1ae314ad15b6b1a31e82027d6b309 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 20:38:58 -0800 Subject: [PATCH] remove old valcat import --- home.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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";