mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixes config conflict
This commit is contained in:
parent
d786a00ee3
commit
68f10cc45a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
stylix.targets.gtk.enable = lib.mkForce false;
|
stylix.targets.gtk.enable = lib.mkForce false;
|
||||||
qt.enable = false;
|
qt.enable = lib.mkForce false;
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/qt5ct/colors/oomox-current.conf".enable = lib.mkForce false;
|
".config/qt5ct/colors/oomox-current.conf".enable = lib.mkForce false;
|
||||||
".config/Trolltech.conf".enable = lib.mkForce false;
|
".config/Trolltech.conf".enable = lib.mkForce false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue