mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
add valent for kdeconnect
This commit is contained in:
parent
730b58283c
commit
490e4c3619
@ -57,6 +57,16 @@ in {
|
||||
gnome.gnome-shell-extensions # Extensions for enhancing functionality and customization in the GNOME.
|
||||
];
|
||||
|
||||
# Valent for remote control
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
package = pkgs.valent;
|
||||
};
|
||||
networking.firewall = rec {
|
||||
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||
allowedUDPPortRanges = allowedTCPPortRanges;
|
||||
};
|
||||
|
||||
# Enable wayland gnome
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user