Move QT theming into home-manager

This commit is contained in:
Jimbo 2024-08-23 03:45:03 -04:00
parent 85f4107c82
commit 70d8adbcd9
2 changed files with 6 additions and 7 deletions

View file

@ -363,13 +363,6 @@ in {
}; };
}; };
# QT theming
qt = {
enable = true;
style = "gtk2";
platformTheme = "gtk2";
};
# Enable printing # Enable printing
services = { services = {
printing = { printing = {

View file

@ -2266,6 +2266,12 @@ in {
''; '';
}; };
qt = {
enable = true;
style.name = "gtk2";
platformTheme.name = "gtk2";
};
# Select default apps # Select default apps
xdg.mimeApps.defaultApplications = { xdg.mimeApps.defaultApplications = {
"inode/directory" = "pcmanfm-qt.desktop"; "inode/directory" = "pcmanfm-qt.desktop";