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;
|
withVM = false;
|
||||||
withContainers = false;
|
withContainers = false;
|
||||||
withDistrobox = false;
|
|
||||||
withGames = false;
|
withGames = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,5 @@
|
||||||
|
|
||||||
withVM = false;
|
withVM = false;
|
||||||
withContainers = false;
|
withContainers = false;
|
||||||
withDistrobox = false;
|
|
||||||
withGames = false;
|
withGames = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
./audio
|
./audio
|
||||||
./bluetooth
|
./bluetooth
|
||||||
./containers
|
./containers
|
||||||
./distrobox
|
|
||||||
./games
|
./games
|
||||||
./gnome
|
./gnome
|
||||||
./home
|
./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";
|
withVM = mkEnableOption "Enable VM related configuration";
|
||||||
withContainers = mkEnableOption "Enable container support";
|
withContainers = mkEnableOption "Enable container support";
|
||||||
withDistrobox = mkEnableOption "Enable Distrobox";
|
|
||||||
withGames = mkEnableOption "Enable games";
|
withGames = mkEnableOption "Enable games";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue