mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
programs/distrobox: remove settingsFile option
This commit is contained in:
parent
7f06e6a677
commit
de8beb9780
@ -77,17 +77,6 @@ in
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
settingsFile = lib.mkOption {
|
|
||||||
type = lib.types.path;
|
|
||||||
default = settingsFile;
|
|
||||||
description = lib.mdDoc ''
|
|
||||||
The path to the settings file for Distrobox to be put at
|
|
||||||
{file}`/etc/distrobox/distrobox.conf`. By default, it will use a
|
|
||||||
Nix-generated file configured with
|
|
||||||
{option}`programs.distrobox.settings`.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
Loading…
Reference in New Issue
Block a user