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;
|
user = true;
|
||||||
|
|
||||||
withAudio = true;
|
|
||||||
withBluetooth = true;
|
|
||||||
|
|
||||||
withNiri = true;
|
withNiri = true;
|
||||||
withGnome = false;
|
withGnome = false;
|
||||||
withPlasma = true;
|
|
||||||
|
|
||||||
withVM = false;
|
withVM = false;
|
||||||
withContainers = true;
|
withContainers = true;
|
||||||
|
|
||||||
withGames = true;
|
withGames = true;
|
||||||
|
|
||||||
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
options = with lib; {
|
options = with lib; {
|
||||||
full = mkEnableOption "Full home manager configuration with all programs";
|
user = mkEnableOption "Enable complete configuration for end-user machine";
|
||||||
|
|
||||||
withAudio = mkEnableOption "Enable support for audio";
|
|
||||||
withBluetooth = mkEnableOption "Enable bluetooth";
|
|
||||||
|
|
||||||
withNiri = mkEnableOption "Enable niri compositor";
|
withNiri = mkEnableOption "Enable niri compositor";
|
||||||
withGnome = mkEnableOption "Enable Gnome";
|
withGnome = mkEnableOption "Enable Gnome";
|
||||||
withPlasma = mkEnableOption "Enable KDE Plasma";
|
|
||||||
|
|
||||||
withVM = mkEnableOption "Enable VM related configuration";
|
withVM = mkEnableOption "Enable VM related configuration";
|
||||||
withContainers = mkEnableOption "Enable container support";
|
withContainers = mkEnableOption "Enable container support";
|
||||||
|
|
||||||
withGames = mkEnableOption "Enable games";
|
withGames = mkEnableOption "Enable games";
|
||||||
|
|
||||||
hwmonPath = mkOption {
|
hwmonPath = mkOption {
|
||||||
|
|
Loading…
Add table
Reference in a new issue