diff --git a/nixos/hephaestus/configuration.nix b/nixos/hephaestus/configuration.nix index e7b5c32..0811b78 100644 --- a/nixos/hephaestus/configuration.nix +++ b/nixos/hephaestus/configuration.nix @@ -62,12 +62,9 @@ security.sudo.wheelNeedsPassword = false; # Allow unfree packages nixpkgs.config.allowUnfree = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget btop vim tailscale