removed distrobox option
This commit is contained in:
parent
e7b406455c
commit
fa904a086d
5 changed files with 0 additions and 9 deletions
|
@ -10,6 +10,5 @@
|
|||
|
||||
withVM = false;
|
||||
withContainers = false;
|
||||
withDistrobox = false;
|
||||
withGames = false;
|
||||
}
|
||||
|
|
|
@ -10,6 +10,5 @@
|
|||
|
||||
withVM = false;
|
||||
withContainers = false;
|
||||
withDistrobox = false;
|
||||
withGames = false;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
./audio
|
||||
./bluetooth
|
||||
./containers
|
||||
./distrobox
|
||||
./games
|
||||
./gnome
|
||||
./home
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ lib, config, pkgs, ... }: lib.mkIf (config.withDistrobox) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox
|
||||
];
|
||||
}
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
withVM = mkEnableOption "Enable VM related configuration";
|
||||
withContainers = mkEnableOption "Enable container support";
|
||||
withDistrobox = mkEnableOption "Enable Distrobox";
|
||||
withGames = mkEnableOption "Enable games";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue