dotfiles/curacao/features.nix

22 lines
458 B
Nix
Raw Normal View History

2024-02-17 18:39:09 +01:00
{ ... }:
{
frogeye = {
desktop = {
xorg = true;
};
dev = {
docker = true;
};
extra = true;
gaming = true;
storageSize = "big";
2024-02-17 18:39:09 +01:00
};
2024-06-30 17:41:29 +02:00
# Shenanigans
# nixpkgs.config.allowUnfree = true;
# virtualisation.virtualbox.host.enable = true;
# virtualisation.virtualbox.host.enableExtensionPack = true;
# users.extraGroups.vboxusers.members = [ "geoffrey" ];
# TODO Convert Windows VM from virtualbox to libvirt
2024-02-17 18:39:09 +01:00
}