System Gen111 @ 2024-06-21-15:18:49
This commit is contained in:
parent
e2445aed6b
commit
b72f29784a
@ -17,6 +17,7 @@
|
|||||||
../../modules/hardware/sound.nix
|
../../modules/hardware/sound.nix
|
||||||
../../modules/hardware/yubikey.nix
|
../../modules/hardware/yubikey.nix
|
||||||
../../modules/services/docker.nix
|
../../modules/services/docker.nix
|
||||||
|
../../modules/services/openhantek.nix
|
||||||
../../modules/desktop/dm
|
../../modules/desktop/dm
|
||||||
../../modules/desktop/de
|
../../modules/desktop/de
|
||||||
../../modules/desktop/fonts
|
../../modules/desktop/fonts
|
||||||
@ -57,7 +58,6 @@
|
|||||||
git
|
git
|
||||||
nix-index
|
nix-index
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
openhantek6022
|
|
||||||
ranger
|
ranger
|
||||||
sops
|
sops
|
||||||
unstable.nh
|
unstable.nh
|
||||||
|
|||||||
10
modules/services/openhantek.nix
Normal file
10
modules/services/openhantek.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.openhantek6022
|
||||||
|
];
|
||||||
|
services.udev.packages = [pkgs.openhantek6022];
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user