various tweaks, bw->kpxc temporarily
This commit is contained in:
parent
e06ce60bfe
commit
6b2b079a18
15 changed files with 180 additions and 157 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
mainUser,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -24,6 +25,7 @@
|
|||
config = {
|
||||
systemd.user.services =
|
||||
builtins.mapAttrs (name: cmd: {
|
||||
environment.PATH = lib.mkForce "/run/current-system/sw/bin:/run/current-system/sw/sbin:/etc/profiles/per-user/${mainUser}/bin:/etc/profiles/per-user/${mainUser}/sbin";
|
||||
unitConfig = {
|
||||
Description = "${name}";
|
||||
Requires = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue