❄️ Dotfiles and NixOS configurations
0
fork

Configure Feed

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

at main 7 lines 112 B view raw
1{lib, ...}: { 2 options.flake.meta = { 3 username = lib.mkOption { 4 default = "scrumplex"; 5 }; 6 }; 7}