prepare to steal from sodiboo

This commit is contained in:
twoneis 2025-02-23 02:25:49 +01:00
parent f4462c2c22
commit 75405128b6
3 changed files with 2 additions and 19 deletions

View file

@ -2,7 +2,4 @@
inherit (lib) mkIf;
inherit (config) conf;
in mkIf conf.fedi.enable {
environment.systemPackages = [
(pkgs.callPackage ./iceshrimp.nix { })
];
}