use gtk platform theme for qt apps
This commit is contained in:
parent
6a69870128
commit
1fd4bfc1e1
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [ ./programs ./services ./wm ./gtk.nix ./persistence.nix ];
|
imports = [ ./programs ./services ./wm ./gtk.nix ./qt.nix ./persistence.nix ];
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
|
|
6
home/qt.nix
Normal file
6
home/qt.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
_: {
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme.name = "gtk3";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue