Compare commits

..

No commits in common. "c9d79b5972beb8549b2467859edd15195389558c" and "cf5c5bd0fd51a132a1af3e6b2260760ec936bac9" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View file

@ -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"];
};
};

View file

@ -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
];
};