This repository has no description
0

Configure Feed

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

1{ inputs, ... }: 2{ 3 imports = [ inputs.make-shell.flakeModules.default ]; 4 5 # perSystem = 6 # { pkgs, ... }: 7 # { 8 # make-shells.default = { 9 # packages = with pkgs; [ 10 # # keep-sorted start 11 # # keep-sorted end 12 # ]; 13 # }; 14 # }; 15}