Commit 53193bb7 authored by Florian Klink's avatar Florian Klink
Browse files

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`.
parent c6245e83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ in
  };

  config = lib.mkIf cfg.enable {
    environment.systemPackages = [ pkgs.glasgow ];
    services.udev.packages = [ pkgs.glasgow ];
    users.groups.plugdev = { };
  };