Add kdeconnect

This commit is contained in:
Quentin Boyer 2022-05-09 21:15:09 +02:00
parent 25ac7067d8
commit ab63e7b113
3 changed files with 26 additions and 3 deletions

View file

@ -26,6 +26,7 @@
# Misc progs
bitwarden
libreoffice-fresh
kdeconnect
# Misc utils
wl-clipboard

View file

@ -74,9 +74,27 @@
networking.networkmanager.enable = true;
programs.noisetorch.enable = true;
networking.firewall.allowedTCPPorts = [
8080
];
networking.firewall = {
allowedTCPPorts = [
8080
8085
7878
3724
];
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = [
{
from = 1714;
to = 1764;
}
];
};
nix.settings.auto-optimise-store = true;
nix.gc = {

View file

@ -99,6 +99,10 @@
{command = "thunderbird";}
{command = "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK";}
{command = "hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK";}
{
command = "${pkgs.kdeconnect}/libexec/kdeconnectd";
always = true;
}
];
workspaces = {