diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-12 00:08:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-12 00:08:18 +0200 |
commit | 67e15aa73723811f193eef62c6f79f65c919faec (patch) | |
tree | 943922da830ccd719c99030bc8b3e2950e07dc05 /accounts/gkleen@sif/systemd.nix | |
parent | 2e593841f4cebd86491f35733cc3da32e6fee9f5 (diff) | |
download | nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.gz nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.bz2 nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.xz nixos-67e15aa73723811f193eef62c6f79f65c919faec.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 1397ca62..30fd2d72 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -126,6 +126,13 @@ in { | |||
126 | Environment = with pkgs; "PATH=${worktime}/bin:${systemd}/bin"; | 126 | Environment = with pkgs; "PATH=${worktime}/bin:${systemd}/bin"; |
127 | }; | 127 | }; |
128 | }; | 128 | }; |
129 | waybar = { | ||
130 | Service = { | ||
131 | Environment = [ | ||
132 | "TZ=:/etc/localtime" | ||
133 | ]; | ||
134 | }; | ||
135 | }; | ||
129 | dunst = { | 136 | dunst = { |
130 | Service = { | 137 | Service = { |
131 | ExecStart = lib.mkForce "${cfg.services.dunst.package}/bin/dunst"; | 138 | ExecStart = lib.mkForce "${cfg.services.dunst.package}/bin/dunst"; |