1
0
Fork 0
puter/hosts/flamingo/profiles.nix

12 lines
218 B
Nix
Raw Normal View History

2025-05-18 01:08:10 +02:00
{
profiles = {
desktop.enable = true;
2025-07-07 16:47:27 +00:00
headful.enable = true;
dynamic.enable = true;
2025-05-18 01:08:10 +02:00
emulation.enable = true;
gaming.enable = true;
piracy.enable = true;
productivity.enable = true;
};
}