diff options
| author | seth <[email protected]> | 2024-03-10 18:20:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-10 18:20:37 -0400 |
| commit | 2d7dd2ee3c74f18abec7a21c6d587a566f0c2c63 (patch) | |
| tree | 15b41b9dc3545b5e6efeaf5ad39b487b12b25eb4 /modules/nixos/desktop | |
| parent | bd449f4c41a3e111f8ac40fe95989caeadb3fced (diff) | |
nixos/plasma: disable qt5
Diffstat (limited to 'modules/nixos/desktop')
| -rw-r--r-- | modules/nixos/desktop/plasma/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/nixos/desktop/plasma/default.nix b/modules/nixos/desktop/plasma/default.nix index 2e49397..c4d8c95 100644 --- a/modules/nixos/desktop/plasma/default.nix +++ b/modules/nixos/desktop/plasma/default.nix @@ -33,10 +33,7 @@ in { wayland.enable = true; }; - desktopManager.plasma6 = { - enable = true; - enableQt5Integration = true; - }; + desktopManager.plasma6.enable = true; }; } ); |
