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

8 lines
105 B
Nix
Raw Normal View History

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