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/kay | |
parent | 00cf70110af4661b20e19b1cd42eabc224abc573 (diff) |
modules/tmux: init
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 ]; } |