Add vesc-tool
This commit is contained in:
parent
e180a20b7d
commit
547b2e8601
2 changed files with 6 additions and 0 deletions
|
|
@ -37,5 +37,6 @@
|
|||
./tmux.nix
|
||||
./tor-browser.nix
|
||||
./vdirsyncer.nix
|
||||
./vesc-tool.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
users/jalr/modules/vesc-tool.nix
Normal file
5
users/jalr/modules/vesc-tool.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
|
||||
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||
home.packages = with pkgs; [ vesc-tool ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue