From 9bd949604b3e35a046892b1bdbabda008352bf81 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 17 Mar 2024 19:07:00 -0400 Subject: [PATCH] symlink ~/.icons and ~/.themes to xdg spec paths --- home/profile/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/profile/base.nix b/home/profile/base.nix index 9d057d5..9566e77 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -41,6 +41,10 @@ in }; }; + # this fixes a lot of theme weirdness + home.file.".icons".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/icons"; + home.file.".themes".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/themes"; + home.packages = with pkgs; [ btop fzf