From 9a286a0ade0bb1ef4114458644e20328e2624bd1 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Fri, 5 Apr 2024 17:59:18 -0300 Subject: [PATCH] fix: temporary fix for nih development --- modules/nixos/config/host.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos/config/host.nix b/modules/nixos/config/host.nix index db992f6..9d7c3cc 100644 --- a/modules/nixos/config/host.nix +++ b/modules/nixos/config/host.nix @@ -42,7 +42,7 @@ in networking = { networkmanager.enable = true; - hostName = cfg.networking.hostName; + hostName = lib.mkDefault cfg.networking.hostName; wireless.enable = cfg.networking.wireless.enable; # Configure network proxy if necessary @@ -67,6 +67,7 @@ in environment.systemPackages = with pkgs; [ vim neovim + tmux git lazygit gcc # Added temporally so my neovim config doesn't break