1
0
Fork 0
puter/hosts/flamingo/profiles.nix
2025-07-13 22:45:42 +02:00

10 lines
189 B
Nix

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