feat(nixos:profiles): add media profile

This commit is contained in:
ooks-io 2024-06-13 00:03:03 +12:00
parent 0073b44f81
commit eb31dceac7
4 changed files with 28 additions and 3 deletions

View file

@ -13,7 +13,7 @@ in
name = "ooksdesk";
type = "desktop";
role = "workstation";
profiles = [ "gaming" "creative" "console-tools" ];
profiles = [ "gaming" "creative" "media" "console-tools" ];
admin = {
name = "ooks";
shell = "fish";