summaryrefslogtreecommitdiff
path: root/hosts/mox/configuration.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-08 23:23:28 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-08 23:24:51 +0530
commit119d8d504f435b552e548a9130ae96a2a3721dff (patch)
treed2f489e29e9f52f79228ba437cf3e5e5b54dc6bd /hosts/mox/configuration.nix
parent00cf70110af4661b20e19b1cd42eabc224abc573 (diff)
modules/tmux: init
Diffstat (limited to 'hosts/mox/configuration.nix')
-rw-r--r--hosts/mox/configuration.nix3
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 ];
}