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;
|
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
|
||||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
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
|
||||||
inputs'.nixpkgs-unstable.legacyPackages.firefoxpwa
|
firefoxpwa
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue