forked from colonelpanic/dotfiles
[NixOS] Re-enable notifications-tray-icon
This commit is contained in:
parent
45f32b4977
commit
c9c12f8882
@ -103,21 +103,21 @@ inputs: { pkgs, config, ... }: {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# systemd.user.services.notifications-tray-icon = {
|
systemd.user.services.notifications-tray-icon = {
|
||||||
# Unit = {
|
Unit = {
|
||||||
# Description = "Notifications tray icon";
|
Description = "Notifications tray icon";
|
||||||
# After = [ "graphical-session-pre.target" "tray.target" ];
|
After = [ "graphical-session-pre.target" "tray.target" ];
|
||||||
# PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
# };
|
};
|
||||||
|
|
||||||
# Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
|
|
||||||
# Service = {
|
Service = {
|
||||||
# ExecStart = "${pkgs.haskellPackages.notifications-tray-icon}/bin/notifications-tray-icon --github-token-pass dfinity-github-api-token";
|
ExecStart = "${pkgs.haskellPackages.notifications-tray-icon}/bin/notifications-tray-icon --github-token-pass dfinity-github-api-token";
|
||||||
# Restart = "always";
|
Restart = "always";
|
||||||
# RestartSec = 3;
|
RestartSec = 3;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
systemd.user.services.picom = {
|
systemd.user.services.picom = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user