feat: add gtk theme

This commit is contained in:
oddlama 2023-09-14 18:52:30 +02:00
parent ce339bb50f
commit c4e9c34769
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 97 additions and 43 deletions

View file

@ -7,6 +7,7 @@
}: let
inherit
(lib)
escapeShellArg
mapAttrs'
nameValuePair
;
@ -167,6 +168,9 @@ in {
xset mouse 1 0
xset r rate 235 60
[[ -f "$HOME"/${escapeShellArg config.xsession.scriptPath} ]] \
&& source "$HOME"/${escapeShellArg config.xsession.scriptPath}
exec i3
'';
}