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:
@@ -17,26 +17,27 @@
|
||||
./fzf.nix
|
||||
./gh.nix
|
||||
./git.nix
|
||||
./himalaya.nix
|
||||
./mpd.nix
|
||||
./ncpamixer.nix
|
||||
./nh.nix
|
||||
./nix-index.nix
|
||||
./nushell.nix
|
||||
./omnix.nix
|
||||
./rustup.nix
|
||||
./ryujinx.nix
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./sxiv.nix
|
||||
./tea.nix
|
||||
./television.nix
|
||||
./tmux.nix
|
||||
./tuifeed.nix
|
||||
./xh.nix
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./television.nix
|
||||
./himalaya.nix
|
||||
./rustup.nix
|
||||
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
[]
|
||||
++ lib.optionals (!device.isServer) [rustup clang]
|
||||
++ lib.optionals (!device.isServer) [rustup]
|
||||
++ lib.optionals device.isLinux []
|
||||
++ lib.optionals device.isDarwin [];
|
||||
}
|
||||
|
||||
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