1
0
Fork 0
puter/hosts/flamingo/profiles.nix
2025-07-07 16:47:27 +00:00

11 lines
218 B
Nix

{
profiles = {
desktop.enable = true;
headful.enable = true;
dynamic.enable = true;
emulation.enable = true;
gaming.enable = true;
piracy.enable = true;
productivity.enable = true;
};
}