modules.packages.minimal: disable kitty on aarch64

This commit is contained in:
2025-12-17 13:28:04 +08:00
parent 2ecad08f6e
commit 9afb725ed1

View File

@@ -44,7 +44,8 @@ inputs:
# stupid things
toilet lolcat localPackages.stickerpicker graph-easy
# shell
kitty
# somehow fish does not compile on aarch64
(if inputs.config.nixos.model.arch == "x86_64" then kitty else emptyDirectory)
]
++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]);
};