renamed and removed options
This commit is contained in:
parent
e0d9c1c57c
commit
20b2af86d7
2 changed files with 4 additions and 10 deletions
|
@ -1,15 +1,12 @@
|
|||
{ ... }: {
|
||||
full = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
user = true;
|
||||
|
||||
withNiri = true;
|
||||
withGnome = false;
|
||||
withPlasma = true;
|
||||
|
||||
withVM = false;
|
||||
withContainers = true;
|
||||
|
||||
withGames = true;
|
||||
|
||||
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
{ lib, ... }: {
|
||||
options = with lib; {
|
||||
full = mkEnableOption "Full home manager configuration with all programs";
|
||||
|
||||
withAudio = mkEnableOption "Enable support for audio";
|
||||
withBluetooth = mkEnableOption "Enable bluetooth";
|
||||
user = mkEnableOption "Enable complete configuration for end-user machine";
|
||||
|
||||
withNiri = mkEnableOption "Enable niri compositor";
|
||||
withGnome = mkEnableOption "Enable Gnome";
|
||||
withPlasma = mkEnableOption "Enable KDE Plasma";
|
||||
|
||||
withVM = mkEnableOption "Enable VM related configuration";
|
||||
withContainers = mkEnableOption "Enable container support";
|
||||
|
||||
withGames = mkEnableOption "Enable games";
|
||||
|
||||
hwmonPath = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue