feat(nixos:profiles): add media profile
This commit is contained in:
parent
0073b44f81
commit
eb31dceac7
4 changed files with 28 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ in
|
|||
};
|
||||
|
||||
profiles = mkOption {
|
||||
type = listOf (enum ["gaming" "creative" "productivity" "console-tools" "media-server"]);
|
||||
type = listOf (enum ["gaming" "creative" "productivity" "console-tools" "media" "media-server"]);
|
||||
default = [];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue