symlink ~/.icons and ~/.themes to xdg spec paths

This commit is contained in:
NullBite 2024-03-17 19:07:00 -04:00
parent 7633273305
commit 9bd949604b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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