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;
|
||||
|
||||
systemd.user = {
|
||||
targets.tray = {
|
||||
Unit = {
|
||||
Description = "Home Manager System Tray";
|
||||
Requires = ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
# targets.tray = {
|
||||
# Unit = {
|
||||
# Description = "Home Manager System Tray";
|
||||
# Requires = ["graphical-session.target"];
|
||||
# };
|
||||
# };
|
||||
services.syncthingtray = {
|
||||
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
|
||||
Unit.Requires = lib.mkForce ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# Utility
|
||||
protonvpn-gui
|
||||
# Browser
|
||||
firefoxpwa
|
||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||
ungoogled-chromium
|
||||
];
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
enable = true;
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
kdePackages.plasma-browser-integration
|
||||
firefoxpwa
|
||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue