From 815dda6ff68f91aeacb18931fd7800791ddcb4f9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 1 Jul 2023 08:54:02 +0530 Subject: hardware/kay: initial commit --- configuration.nix | 1 - hardware/kay.nix | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 hardware/kay.nix diff --git a/configuration.nix b/configuration.nix index e6ade19..58b6c19 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,7 +40,6 @@ in # system environment.systemPackages = with pkgs; [ - tmux file openssl git diff --git a/hardware/kay.nix b/hardware/kay.nix new file mode 100644 index 0000000..57b6d2e --- /dev/null +++ b/hardware/kay.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = [ pkgs.tmux ]; +} -- cgit v1.2.3