summaryrefslogtreecommitdiff
path: root/hardware/kay.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-29 12:15:22 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-29 12:38:25 +0530
commit2a79b770054d1cd4699cdaaae8eab83a8ca92006 (patch)
treebc1cfef81c101e2882df643be876e5e023cbd764 /hardware/kay.nix
parentd0f36974931b425326ada13780e79666500c05a1 (diff)
repo: update the project structure
Diffstat (limited to 'hardware/kay.nix')
-rw-r--r--hardware/kay.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hardware/kay.nix b/hardware/kay.nix
deleted file mode 100644
index a79c1fc..0000000
--- a/hardware/kay.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- environment.systemPackages = with pkgs; [ tmux ];
-}