diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 051427bd..ac520249 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -691,7 +691,7 @@ in { | |||
691 | exec -- \ | 691 | exec -- \ |
692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ | 692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ |
693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ | 693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ |
694 | --property 'Environment=DSCP=46' \ | 694 | -E DSCP=46 -E NIXOS_OZONE_WL \ |
695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ | 695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ |
696 | --class=Rainbow \ | 696 | --class=Rainbow \ |
697 | --app="https://web.openrainbow.com" \ | 697 | --app="https://web.openrainbow.com" \ |