mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +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 {
|
||||
stylix.targets.gtk.enable = lib.mkForce false;
|
||||
qt.enable = false;
|
||||
qt.enable = lib.mkForce false;
|
||||
home.file = {
|
||||
".config/qt5ct/colors/oomox-current.conf".enable = lib.mkForce false;
|
||||
".config/Trolltech.conf".enable = lib.mkForce false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue