From a56a5f161222599d3f36718ca001072a0144a764 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 29 Feb 2024 18:40:18 -0500 Subject: [PATCH] added distrobox --- hosts/rustboro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];