mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
ref(nix): removed docker enable option
This commit is contained in:
parent
636c3cff09
commit
f49b47a0a1
3 changed files with 14 additions and 19 deletions
|
|
@ -59,7 +59,6 @@ let
|
|||
extraUtils.enable = lib.mkOption { default = false; };
|
||||
extraLanguageServers.enable = lib.mkOption { default = false; };
|
||||
universityTools.enable = lib.mkOption { default = false; };
|
||||
docker.enable = lib.mkOption { default = false; };
|
||||
fish.extraCompletions = lib.mkOption { default = [ ]; };
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue