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
|
||||
inherit (lib.my) validatePath;
|
||||
in
|
||||
rec {
|
||||
qt.platformTheme.name = "gnome";
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
};
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue