summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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.