Added wprs for dependencies
This commit is contained in:
parent
44878527f5
commit
1ddc3eae29
|
@ -65,6 +65,11 @@
|
||||||
};
|
};
|
||||||
users.groups.mixer = { };
|
users.groups.mixer = { };
|
||||||
|
|
||||||
|
# Extra packages
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
wprs
|
||||||
|
];
|
||||||
|
|
||||||
# wprsd service
|
# wprsd service
|
||||||
systemd.user.services.wprsd = {
|
systemd.user.services.wprsd = {
|
||||||
description = "wprsd Service";
|
description = "wprsd Service";
|
||||||
|
|
Loading…
Reference in New Issue