mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.packages.minimal: disable kitty on aarch64
This commit is contained in:
@@ -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 ]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user