More flake fixes
This commit is contained in:
parent
6d98d85642
commit
597b50ebef
13 changed files with 133 additions and 27 deletions
|
@ -5,9 +5,9 @@
|
|||
gaming = lib.mkEnableOption "Games";
|
||||
userNix = lib.mkEnableOption "Nix is \"installed\" in ~/.nix";
|
||||
polarity = lib.mkOption {
|
||||
default = "dynamic";
|
||||
default = "light";
|
||||
description = "Whether to use light theme or dark theme.";
|
||||
type = lib.types.enum [ "dynamic" "light" "dark" ];
|
||||
type = lib.types.enum [ "light" "dark" ];
|
||||
};
|
||||
desktop = {
|
||||
xorg = lib.mkEnableOption "Enable X11 support";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue