chore: change pathing, remove gtk themeing
This commit is contained in:
parent
1d3affdace
commit
3c3865d945
1 changed files with 2 additions and 4 deletions
|
@ -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";
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue