dotfiles/vm/options.nix

15 lines
226 B
Nix
Raw Normal View History

{ ... }:
{
frogeye = {
desktop.xorg = true;
dev = {
ansible = true;
c = true;
docker = true;
fpga = true;
python = true;
};
# extra = true; # FIXME Should support aarch64
};
}