generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
13
nixos/radicle.nix
Normal file
13
nixos/radicle.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.radicle = {
|
||||
enable = false;
|
||||
checkConfig = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.radicle-tui.packages.${pkgs.system}.default
|
||||
radicle-node
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user