From 0a5823d28d9c322004725d9f31fda75ac41d1a5f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 27 Jul 2025 22:55:18 -0400 Subject: [PATCH] add candle; keyd to Nyx --- home/crow/common/optional/misc/candle.nix | 8 ++++++++ hosts/nixos/Nyx/default.nix | 1 + 2 files changed, 9 insertions(+) create mode 100644 home/crow/common/optional/misc/candle.nix diff --git a/home/crow/common/optional/misc/candle.nix b/home/crow/common/optional/misc/candle.nix new file mode 100644 index 0000000..cfa6d49 --- /dev/null +++ b/home/crow/common/optional/misc/candle.nix @@ -0,0 +1,8 @@ +{pkgs, ...}: { + home.packages = builtins.attrValues { + inherit + (pkgs) + candle + ; + }; +} diff --git a/hosts/nixos/Nyx/default.nix b/hosts/nixos/Nyx/default.nix index 0af974a..a42316c 100644 --- a/hosts/nixos/Nyx/default.nix +++ b/hosts/nixos/Nyx/default.nix @@ -37,6 +37,7 @@ "hosts/common/optional/bluetooth.nix" "hosts/common/optional/pentesting.nix" "hosts/common/optional/gaming.nix" + "hosts/common/optional/keyd.nix" ]) ];