Re-add the features
config prefix
This commit is contained in:
parent
34cb9db3d4
commit
45433358ff
50 changed files with 245 additions and 231 deletions
|
@ -1,12 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = config.desktop.redshift;
|
||||
cfg = config.features.desktop.redshift;
|
||||
|
||||
inherit (lib) mkEnableOption mkIf;
|
||||
in
|
||||
{
|
||||
options.desktop.redshift = {
|
||||
options.features.desktop.redshift = {
|
||||
enable = mkEnableOption "Enable redshift";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue