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, 0 insertions, 5 deletions
diff --git a/hosts/kay.nix b/hosts/kay.nix
deleted file mode 100644
index 49a17c0..0000000
--- a/hosts/kay.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs, ... }:
-
-{
- environment.systemPackages = with pkgs; [ tmux ];
-}