nixos/glasgow: add glasgow to systemPackages

That's what various other tools in hardware.* do, it's surpising if
`hardware.glasgow.enable` does not actually give you the `glasgow`
binary in `$PATH`.
This commit is contained in:
Florian Klink
2025-12-25 18:15:01 +01:00
parent c6245e83d8
commit 53193bb729
+1
View File
@@ -22,6 +22,7 @@ in
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.glasgow ];
services.udev.packages = [ pkgs.glasgow ];
users.groups.plugdev = { };
};