added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
20
nyx/modules/options/profiles/default.nix
Normal file
20
nyx/modules/options/profiles/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib) mkEnableOption;
|
||||
in {
|
||||
options.modules.profiles = {
|
||||
workstation.enable = mkEnableOption ''
|
||||
the Desktop profile
|
||||
|
||||
This profile is intended for systems that are workstations: i.e
|
||||
systems that must contain a suite of applications tailored for
|
||||
daily usage, mainly for working, studying or programming.
|
||||
'';
|
||||
|
||||
gaming.enable = mkEnableOption ''
|
||||
the Gaming profile
|
||||
|
||||
This profile contains basic platforms and utilities that can be
|
||||
used for gaming, such as but not limited to Steam and Lutris.
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue