uhk
This commit is contained in:
parent
c81275e7d8
commit
8ec5bc51ae
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# disabled for now
|
# disabled for now
|
||||||
# home.packages = [ pkgs.ladybird ];
|
home.packages = [ pkgs.ladybird ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
6
users/josh/nix_modules/uhk-agent.nix
Normal file
6
users/josh/nix_modules/uhk-agent.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ uhk-agent uhk-udev-rules ];
|
||||||
|
|
||||||
|
services.udev.packages = [ pkgs.uhk-udev-rules ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue