add qutebrowser colors
This commit is contained in:
parent
3e3550752b
commit
0d6622e2ce
5 changed files with 241 additions and 7 deletions
|
@ -77,7 +77,9 @@ in {
|
|||
};
|
||||
# setup cursor based on home.pointerCursor
|
||||
seat."*" = {
|
||||
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||
xcursor_theme = "${config.home.pointerCursor.name} ${
|
||||
toString config.home.pointerCursor.size
|
||||
}";
|
||||
};
|
||||
assigns = {
|
||||
"2" = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue