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

12 lines
218 B
Nix
Raw Normal View History

2025-05-11 22:49:04 +02:00
{
profiles = {
2025-05-18 01:08:10 +02:00
desktop.enable = true;
2025-07-01 19:02:19 +02:00
dynamic.enable = true;
headful.enable = true;
2025-05-18 01:08:10 +02:00
emulation.enable = true;
gaming.enable = true;
piracy.enable = true;
productivity.enable = true;
2025-05-11 22:49:04 +02:00
};
}