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