From 119d8d504f435b552e548a9130ae96a2a3721dff Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 8 Jan 2024 23:23:28 +0530 Subject: modules/tmux: init --- hosts/mox/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/mox/configuration.nix') diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index 8d66673..9b8c314 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ @@ -15,5 +15,4 @@ boot.consoleLogLevel = 3; networking.hostName = "mox"; - environment.systemPackages = with pkgs; [ tmux ]; } -- cgit v1.2.3