forgot to add a name to the option
This commit is contained in:
parent
5c62055a03
commit
a677054101
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
outputs = { nixpkgs, ... }: {
|
||||
lib = builtins.import ./lib.nix { pkgs = nixpkgs; };
|
||||
nixosModules.fooud = { pkgs, lib, config, inputs, ... }: {
|
||||
options.programs.fooud.enable = lib.mkEnableOption // { default = true; };
|
||||
options.programs.fooud.enable = lib.mkEnableOption ("fooud") // { default = true; };
|
||||
config = lib.mkIf config.programs.fooud.enable {
|
||||
environment.systemPackages = [ inputs.fooud.overlays.default.fooud ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue