forked from mirrors_public/oddlama_nix-config
feat: add gtk theme
This commit is contained in:
parent
ce339bb50f
commit
c4e9c34769
4 changed files with 97 additions and 43 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue