From ef47b4ebdaf2d97ff4e546b6804bb437c005dadd Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 23 May 2026 21:05:26 -0400 Subject: [PATCH] add lazygit to server --- hosts/icon/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 469e764..14d980f 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -3,10 +3,10 @@ pkgs, inputs, ... -}: -{ +}: { imports = [ ./hardware-configuration.nix + ./../../vim.nix ]; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -17,7 +17,7 @@ "networkmanager" "wheel" ]; - packages = with pkgs; [ ]; + packages = with pkgs; [lazygit]; }; networking.hostName = "icon"; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. -- 2.54.0