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