chore: update deprecation
This commit is contained in:
parent
0956437294
commit
8d00c45054
1 changed files with 5 additions and 2 deletions
|
@ -7,8 +7,11 @@
|
||||||
let
|
let
|
||||||
inherit (lib.my) validatePath;
|
inherit (lib.my) validatePath;
|
||||||
in
|
in
|
||||||
rec {
|
{
|
||||||
qt.platformTheme.name = "gnome";
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme.name = "gtk";
|
||||||
|
};
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue