mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-20 05:54:13 -05:00
add candle; keyd to Nyx
This commit is contained in:
parent
7250df7a2a
commit
0a5823d28d
2 changed files with 9 additions and 0 deletions
8
home/crow/common/optional/misc/candle.nix
Normal file
8
home/crow/common/optional/misc/candle.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
candle
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
"hosts/common/optional/bluetooth.nix"
|
||||
"hosts/common/optional/pentesting.nix"
|
||||
"hosts/common/optional/gaming.nix"
|
||||
"hosts/common/optional/keyd.nix"
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue