feat: add radicle-node
This commit is contained in:
parent
3abad17a3d
commit
a6bc513321
@ -71,6 +71,7 @@
|
|||||||
./homes/common/wezterm.nix
|
./homes/common/wezterm.nix
|
||||||
./homes/common/xdg.nix
|
./homes/common/xdg.nix
|
||||||
./homes/common/zsh.nix
|
./homes/common/zsh.nix
|
||||||
|
./homes/common/radicle.nix
|
||||||
|
|
||||||
./homes/desktop/alacritty.nix
|
./homes/desktop/alacritty.nix
|
||||||
./homes/desktop/anyrun.nix
|
./homes/desktop/anyrun.nix
|
||||||
@ -183,6 +184,7 @@
|
|||||||
./homes/common/wezterm.nix
|
./homes/common/wezterm.nix
|
||||||
./homes/common/xdg.nix
|
./homes/common/xdg.nix
|
||||||
./homes/common/zsh.nix
|
./homes/common/zsh.nix
|
||||||
|
./homes/common/radicle.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# Nix Darwin Modules
|
# Nix Darwin Modules
|
||||||
|
7
homes/common/radicle.nix
Normal file
7
homes/common/radicle.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
radicle-node
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user