summaryrefslogtreecommitdiffstats
path: root/hosts/icon/configuration.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-23 21:05:26 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-23 21:05:26 -0400
commitef47b4ebdaf2d97ff4e546b6804bb437c005dadd (patch)
treeee17a19692faae975536f03feefe3994d66661d2 /hosts/icon/configuration.nix
parentadd back nvim (diff)
downloadnixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.tar.gz
nixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.tar.bz2
nixos-ef47b4ebdaf2d97ff4e546b6804bb437c005dadd.zip
add lazygit to server
Diffstat (limited to '')
-rw-r--r--hosts/icon/configuration.nix6
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.