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/kay/configuration.nix | 3 +-- hosts/mox/configuration.nix | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index e215353..b2a530e 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ @@ -16,5 +16,4 @@ boot.consoleLogLevel = 3; networking.hostName = "kay"; - environment.systemPackages = with pkgs; [ tmux ]; } 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