laptop: remove input leap user unit

This commit is contained in:
Lgmrszd 2025-02-28 00:00:11 +04:00
parent 6fc8040197
commit 8d1c533691
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -181,23 +181,6 @@
monero-gui
];
systemd.user.services.app-input-leap-client = {
Unit = {
Description = "input-leap client";
After = [ "graphical-session-pre.target" "network.target" ];
PartOf = [ "graphical-session.target" ];
};
Service = {
Type = "simple";
ExecStart = "${pkgs.input-leap}/bin/input-leapc -f --debug DEBUG --name lgm-nixos --disable-crypto [wandering-nomad.lan]:24800";
Restart = "always";
};
Install = {
WantedBy = [ "graphical-session.target" ];
};
};
# Email stuff
programs.thunderbird = {