Move kdeconnect to system and install qbittorrent with home manager
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
./passwords.nix
|
||||
./xdg.nix
|
||||
./screenshot.nix
|
||||
./phone.nix
|
||||
./downloads.nix
|
||||
];
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
home.packages = (with pkgs; [
|
||||
qbittorrent-qt5
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
@@ -1,10 +0,0 @@
|
||||
{ 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