selfhostable, read-only reddit client
16
fork

Configure Feed

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

add overlay into flake

Akshay 93b2f948 e7507a3e

+1
+1
flake.nix
··· 127 127 }; 128 128 129 129 config = mkIf config.services.readit.enable { 130 + nixpkgs.overlays = [ self.overlays.default ]; 130 131 systemd.services.readit = { 131 132 description = "readit service"; 132 133 wantedBy = ["multi-user.target"];