]> Skullheadx's Git Forge - nixos.git/commitdiff
add lazygit to server
authorSkullheadx <admonty1@protonmail.com>
Sun, 24 May 2026 01:05:26 +0000 (21:05 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 24 May 2026 01:05:26 +0000 (21:05 -0400)
hosts/icon/configuration.nix

index 469e7649a16e1c889b784351d2bcd29c2ab6bffb..14d980f0322b76d9659ea8872009b5faf6abb5f8 100644 (file)
@@ -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.