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.

fix falke

+5 -5
+5 -5
flake.nix
··· 20 20 default = self.packages.${pkgs.stdenv.hostPlatform.system}.meowzone; 21 21 }); 22 22 23 - devShells = forAllSystems (pkgs: { 24 - default = pkgs.callPackage ./nix/shell.nix { }; 25 - }); 23 + # devShells = forAllSystems (pkgs: { 24 + # default = pkgs.callPackage ./nix/shell.nix { }; 25 + # }); 26 26 27 - homeManagerModules.default = ./nix/hm-module.nix; 27 + modules.default = ./nix/module.nix; 28 28 29 - overlays.default = final: _: { washing-machien = final.callPackage ./nix/default.nix { }; }; 29 + overlays.default = final: _: { meowzone = final.callPackage ./nix/default.nix { }; }; 30 30 }; 31 31 }