added distrobox
This commit is contained in:
parent
5418af95da
commit
46c795b141
4 changed files with 11 additions and 2 deletions
5
modules/system/distrobox.nix
Normal file
5
modules/system/distrobox.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ lib, config, pkgs, ... }: lib.mkIf (config.withDistrobox) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue