diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 23:23:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 23:24:51 +0530 |
commit | 119d8d504f435b552e548a9130ae96a2a3721dff (patch) | |
tree | d2f489e29e9f52f79228ba437cf3e5e5b54dc6bd /hosts/mox | |
parent | 00cf70110af4661b20e19b1cd42eabc224abc573 (diff) |
modules/tmux: init
Diffstat (limited to 'hosts/mox')
-rw-r--r-- | hosts/mox/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 ]; } |