From bc234ecd40299820f5a8b2f187cf02127f7fafd8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 21 Jan 2025 13:12:21 +0000 Subject: neovim though home-manager --- modules/home.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'modules/home.nix') diff --git a/modules/home.nix b/modules/home.nix index 3134961..a7281bd 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -22,6 +22,7 @@ cargo clippy # programs + adwaita-icon-theme cage easyeffects discord @@ -55,16 +56,7 @@ ".zprofile".source = ../files/config/zsh/zprofile; }; - xdg.configFile = { - iris = { - source = ../files/config/iris; - recursive = true; - }; - nvim = { - source = ../files/config/nvim; - recursive = true; - }; - }; + xdg.configFile = {}; xdg.dataFile = { fonts = { -- cgit v1.2.3-freya