beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
ozone moderation
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updatez 2

authored by

Isla and committed by tangled.org 5470260b c39c0e9f

+7 -2
+7 -2
flake.nix
··· 24 24 default = pkgs.callPackage ./nix/shell.nix { }; 25 25 }); 26 26 27 - modules.default = ./nix/module.nix; 28 - 27 + nixosModules = { 28 + default = self.nixosModules.meowzone; 29 + meowzone = { 30 + _file = "${self.outPath}/flake.nix#nixosModules.meowzone"; 31 + imports = [ (import ./nix/module.nix self) ]; 32 + }; 33 + }; 29 34 overlays.default = final: _: { meowzone = final.callPackage ./nix/default.nix { }; }; 30 35 }; 31 36 }