chore: change pathing, remove gtk themeing

This commit is contained in:
notohh 2023-02-01 13:37:51 -05:00
parent 1d3affdace
commit 3c3865d945
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -56,11 +56,9 @@ let
WLR_NO_HARDWARE_CURSORS = "1";
MOZ_ENABLE_WAYLAND = "1";
PATH = [
"$HOME/bin/:$PATH"
"$HOME/.local/bin/:$PATH"
];
GTK_THEME = "Catppuccin-Pink-Dark";
XCURSOR_THEME = "Catppuccin-Mocha-Pink";
XCURSOR_SIZE = "24";
};