Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.audio;
|
||||
cfg = config.my.desktop.audio;
|
||||
in
|
||||
{
|
||||
options.audio = {
|
||||
options.my.desktop.audio = {
|
||||
enable = lib.mkEnableOption "Enable sound module";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.desktopUser;
|
||||
cfg = config.my.desktop.desktopUser;
|
||||
in
|
||||
{
|
||||
options.desktopUser = {
|
||||
options.my.desktop.desktopUser = {
|
||||
enable = lib.mkEnableOption "Enable desktop user module";
|
||||
|
||||
userName = lib.mkOption {
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.gnome;
|
||||
cfg = config.my.desktop.gnome;
|
||||
in
|
||||
{
|
||||
options.gnome = {
|
||||
options.my.desktop.gnome = {
|
||||
enable = lib.mkEnableOption "Enable Gnome and apply customization module";
|
||||
|
||||
keyboardLayout = lib.mkOption {
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.plymouth;
|
||||
cfg = config.my.desktop.plymouth;
|
||||
in
|
||||
{
|
||||
options.plymouth = {
|
||||
options.my.desktop.plymouth = {
|
||||
enable = lib.mkEnableOption "Enable Plymouth and apply customization module";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.steam;
|
||||
cfg = config.my.desktop.steam;
|
||||
in
|
||||
{
|
||||
options.steam = {
|
||||
options.my.desktop.steam = {
|
||||
enable = lib.mkEnableOption "Enable Steam and apply customization module";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue