Move kdeconnect to system and install qbittorrent with home manager
This commit is contained in:
parent
d0e27148c7
commit
ff832c6e0a
@ -10,5 +10,6 @@
|
||||
./user-shell.nix
|
||||
./samba.nix
|
||||
./cloud.nix
|
||||
./phone.nix
|
||||
];
|
||||
}
|
||||
|
@ -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
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user