gave files.nix it's own directory, renamed all of the options ending with 'Opts' to end with 'Config' instead for consistency.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{lib, config, pkgs, scheme, wallpaper, ... }: {
|
||||
options = {
|
||||
stylixHomeOpts.enable = lib.mkEnableOption "enables my stylix Home-Manager options";
|
||||
stylixHomeConfig.enable = lib.mkEnableOption "enables my stylix Home-Manager options";
|
||||
};
|
||||
config = lib.mkIf config.stylixHomeOpts.enable {
|
||||
config = lib.mkIf config.stylixHomeConfig.enable {
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
|
||||
Reference in New Issue
Block a user