initial iceshrimp package
This commit is contained in:
parent
06617a2e1d
commit
36eb89f9c9
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ lib, config, ... }: let
|
||||
{ lib, pkgs, config, ... }: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in mkIf conf.fedi.enable {
|
||||
environment.systemPackages = [
|
||||
(pkgs.callPackage ./iceshrimp.nix { })
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue