Use non wayland version

This commit is contained in:
Johannes Jöns 2023-03-02 13:51:28 +01:00
parent 56851bce21
commit e4db41504a

View file

@ -19,7 +19,7 @@ in
extraGroups = [ "wheel"]
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
++ lib.optional config.networking.networkmanager.enable "networkmanger";
packages = with pkgs; [ git kate libsForQt5.ark element-desktop-wayland ];
packages = with pkgs; [ git kate libsForQt5.ark element-desktop ];
};
};
}