Compare commits
2 commits
cf5c5bd0fd
...
c9d79b5972
Author | SHA1 | Date | |
---|---|---|---|
c9d79b5972 | |||
b1db5c1d73 |
2 changed files with 9 additions and 8 deletions
|
@ -52,14 +52,15 @@
|
||||||
services.emacs.defaultEditor = true;
|
services.emacs.defaultEditor = true;
|
||||||
|
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
targets.tray = {
|
# targets.tray = {
|
||||||
Unit = {
|
# Unit = {
|
||||||
Description = "Home Manager System Tray";
|
# Description = "Home Manager System Tray";
|
||||||
Requires = ["graphical-session.target"];
|
# Requires = ["graphical-session.target"];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
services.syncthingtray = {
|
services.syncthingtray = {
|
||||||
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
|
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
|
||||||
|
Unit.Requires = lib.mkForce ["graphical-session.target"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# Utility
|
# Utility
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
# Browser
|
# Browser
|
||||||
firefoxpwa
|
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts = with pkgs; [
|
nativeMessagingHosts = with pkgs; [
|
||||||
kdePackages.plasma-browser-integration
|
kdePackages.plasma-browser-integration
|
||||||
firefoxpwa
|
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue