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

9 lines
137 B
Nix
Raw Normal View History

2025-05-18 01:08:10 +02:00
{
profiles = {
desktop.enable = true;
2025-07-01 22:27:19 +02:00
dynamic.enable = true;
headful.enable = true;
2025-05-18 01:08:10 +02:00
productivity.enable = true;
};
}