Move kdeconnect to system and install qbittorrent with home manager

This commit is contained in:
Sravan Balaji
2024-04-01 20:43:21 -04:00
parent d0e27148c7
commit ff832c6e0a
4 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,6 @@
./user-shell.nix ./user-shell.nix
./samba.nix ./samba.nix
./cloud.nix ./cloud.nix
./phone.nix
]; ];
} }

View File

@@ -9,7 +9,6 @@
./passwords.nix ./passwords.nix
./xdg.nix ./xdg.nix
./screenshot.nix ./screenshot.nix
./phone.nix
./downloads.nix ./downloads.nix
]; ];
} }

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ home.packages = (with pkgs; [
qbittorrent-qt5 qbittorrent-qt5
]; ]);
} }