add back simple qt styling
This commit is contained in:
parent
f50b26789b
commit
debb189b24
1 changed files with 7 additions and 0 deletions
|
|
@ -461,6 +461,13 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# NOTE: remove when stylix is fixed
|
||||||
|
qt = {
|
||||||
|
enable = enableGraphical;
|
||||||
|
platformTheme.name = "adwaita";
|
||||||
|
style.name = "adwaita-dark";
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# to make my yubikey and git signing do things correctly
|
# to make my yubikey and git signing do things correctly
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue