summaryrefslogtreecommitdiff
path: root/hosts/kay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kay.nix')
-rw-r--r--hosts/kay.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/kay.nix b/hosts/kay.nix
new file mode 100644
index 0000000..49a17c0
--- /dev/null
+++ b/hosts/kay.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }:
+
+{
+ environment.systemPackages = with pkgs; [ tmux ];
+}