feat(programs): update package list and remove clang from rustup
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
10
home/programs/xh.nix
Normal file
10
home/programs/xh.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals (device.is "ryu" || device.is "kuro") [
|
||||
pkgs.xh
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user