nichts/nyx/hosts/hermes/modules/profiles.nix
2024-04-09 23:11:33 +02:00

6 lines
96 B
Nix

{
config.modules.profiles = {
workstation.enable = true;
gaming.enable = true;
};
}