From 020b5eec7c805345417140b60439bfe2a2fb5415 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 10:54:12 +0800 Subject: [PATCH] feat: add git to system packages --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8d47d78..fd82ce5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "nemesis"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -62,8 +62,9 @@ # 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 + vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + wget + git ]; # Some programs need SUID wrappers, can be configured further or are