mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -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
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue