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

10 lines
164 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;
emulation.enable = true;
gaming.enable = true;
piracy.enable = true;
productivity.enable = true;
2025-05-11 22:49:04 +02:00
};
}