diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index a0776dc2..163280a2 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -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 ];