diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-23 21:05:26 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-23 21:05:26 -0400 |
| commit | ef47b4ebdaf2d97ff4e546b6804bb437c005dadd (patch) | |
| tree | ee17a19692faae975536f03feefe3994d66661d2 /hosts/icon/configuration.nix | |
| parent | add back nvim (diff) | |
| download | nixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.tar.gz nixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.tar.bz2 nixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.zip | |
add lazygit to server
Diffstat (limited to 'hosts/icon/configuration.nix')
| -rw-r--r-- | hosts/icon/configuration.nix | 6 |
1 files 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. |
