mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
modules.packages.minimal: disable kitty on aarch64
This commit is contained in:
@@ -44,7 +44,8 @@ inputs:
|
|||||||
# stupid things
|
# stupid things
|
||||||
toilet lolcat localPackages.stickerpicker graph-easy
|
toilet lolcat localPackages.stickerpicker graph-easy
|
||||||
# shell
|
# 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 ]);
|
++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user