fix: disable x32edit

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-08-20 21:10:03 +02:00
parent 2c33b70c3b
commit 074017cfd2
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -1,5 +1,4 @@
{ pkgs, ... }: {pkgs, ...}: {
{
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -79,7 +78,6 @@
tf-summarize tf-summarize
awscli2 awscli2
libreoffice libreoffice
x32edit
lact lact
]; ];