this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: kde connect

+5
+5
hosts/desktop/default.nix
··· 125 125 zsh.enable = true; 126 126 127 127 niri.enable = false; 128 + 129 + kdeconnect = { 130 + enable = true; 131 + package = pkgs.gnomeExtensions.gsconnect; 132 + }; 128 133 }; 129 134 130 135 # Define a user account. Don't forget to set a password with ‘passwd’.