summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/systemd.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-12 00:08:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-12 00:08:18 +0200
commit67e15aa73723811f193eef62c6f79f65c919faec (patch)
tree943922da830ccd719c99030bc8b3e2950e07dc05 /accounts/gkleen@sif/systemd.nix
parent2e593841f4cebd86491f35733cc3da32e6fee9f5 (diff)
downloadnixos-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.nix7
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";