Move kdeconnect to system and install qbittorrent with home manager
This commit is contained in:
10
system/utilities/phone.nix
Normal file
10
system/utilities/phone.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, systemSettings, ... }:
|
||||
|
||||
{
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
package = (if systemSettings.desktop == "gnome"
|
||||
then pkgs.gnomeExtensions.gsconnect
|
||||
else pkgs.libsForQt5.kdeconnect-kde);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user