From: Skullheadx Date: Sun, 24 May 2026 01:05:26 +0000 (-0400) Subject: add lazygit to server X-Git-Url: http://git.skullheadx.com/projects/life/static/gitweb.css?a=commitdiff_plain;h=ef47b4ebdaf2d97ff4e546b6804bb437c005dadd;p=nixos.git add lazygit to server --- 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.