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

12 lines
216 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
gaming.enable = true;
piracy.enable = true;
productivity.enable = true;
2025-07-14 21:18:44 +02:00
trusted.enable = true;
2025-05-18 01:08:10 +02:00
};
}