added distrobox

This commit is contained in:
Aly Raffauf 2024-02-29 18:40:18 -05:00
parent c9e546b83b
commit a56a5f1612

View file

@ -48,7 +48,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -57,6 +56,7 @@
curl
vim
vscode
distrobox
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];