Move QT theming into home-manager
This commit is contained in:
parent
85f4107c82
commit
70d8adbcd9
|
@ -363,13 +363,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# QT theming
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "gtk2";
|
||||
platformTheme = "gtk2";
|
||||
};
|
||||
|
||||
# Enable printing
|
||||
services = {
|
||||
printing = {
|
||||
|
|
|
@ -2266,6 +2266,12 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
style.name = "gtk2";
|
||||
platformTheme.name = "gtk2";
|
||||
};
|
||||
|
||||
# Select default apps
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"inode/directory" = "pcmanfm-qt.desktop";
|
||||
|
|
Loading…
Reference in a new issue