Compare commits
No commits in common. "c9d79b5972beb8549b2467859edd15195389558c" and "cf5c5bd0fd51a132a1af3e6b2260760ec936bac9" have entirely different histories.
c9d79b5972
...
cf5c5bd0fd
2 changed files with 8 additions and 9 deletions
|
@ -52,15 +52,14 @@
|
|||
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
|
||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||
firefoxpwa
|
||||
ungoogled-chromium
|
||||
];
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
enable = true;
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
kdePackages.plasma-browser-integration
|
||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
||||
firefoxpwa
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue