1
0
Fork 0
forked from Bun/nixos-config

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
services = {
printing = {