this repo has no description
1
fork

Configure Feed

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

Remove dotnet dev by default

Ben C 97f42a50 e65563b0

+1 -1
+1 -1
homeModules/dev.nix
··· 15 15 web = mkLangOpt "Web dev stuff"; 16 16 nix = mkLangOpt "Nix dev stuff"; 17 17 python = mkLangOpt "Python dev stuff"; 18 - dotnet = mkLangOpt ".NET dev stuff"; 18 + dotnet = lib.mkEnableOption ".NET dev stuff"; 19 19 cutter = mkLangOpt "Cutter"; 20 20 typst = mkLangOpt "Typst"; 21 21 mc = lib.mkEnableOption "Minecraft modpack stuff";