fixup! all of my custom options are now held in an attribute set called movOpts
This commit is contained in:
@@ -57,7 +57,7 @@ let
|
||||
];
|
||||
in {
|
||||
options = {
|
||||
waybarConfig.enable = lib.mkEnableOption "enables my waybar configuration";
|
||||
movOpts.waybarConfig.enable = lib.mkEnableOption "enables my waybar configuration";
|
||||
};
|
||||
config = {
|
||||
programs.waybar = {
|
||||
|
||||
Reference in New Issue
Block a user