dotfiles/full/options.nix

18 lines
249 B
Nix

{ ... }:
{
frogeye = {
desktop.xorg = true;
dev = {
ansible = true;
c = true;
docker = true;
fpga = true;
perl = true;
php = true;
python = true;
};
extra = true;
gaming = true;
};
}