forked from Bun/nixos-config
Move QT theming into home-manager
This commit is contained in:
parent
85f4107c82
commit
70d8adbcd9
2 changed files with 6 additions and 7 deletions
|
@ -363,13 +363,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# QT theming
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "gtk2";
|
||||
platformTheme = "gtk2";
|
||||
};
|
||||
|
||||
# Enable printing
|
||||
services = {
|
||||
printing = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue