Distrobox : Disable by default.
This commit is contained in:
parent
6e6003c5cb
commit
d0a4314338
|
@ -3,7 +3,7 @@
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
module.distrobox = {
|
module.distrobox = {
|
||||||
enable = mkEnableOption "Distrobox." // { default = true; };
|
enable = mkEnableOption "Distrobox.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue