added iceshrimp init
This commit is contained in:
parent
cbf8cd125f
commit
6a06290881
3 changed files with 19 additions and 0 deletions
|
@ -15,8 +15,10 @@
|
|||
blobhaj = pkgs.callPackage ./blobhaj.nix {};
|
||||
blobhajFlags = pkgs.callPackage ./blobhajFlags.nix {};
|
||||
favicon = pkgs.callPackage ./favicon.nix {};
|
||||
iceshrimp = pkgs.callPackage ./iceshrimp/iceshrimp.nix;
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
environment.systemPackages = [iceshrimp];
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
frontends.primary = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue