mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
remove nixos directory
This commit is contained in:
12
modules/applications/qbittorrent.nix
Normal file
12
modules/applications/qbittorrent.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, gui, identity, ... }: {
|
||||
|
||||
config = lib.mkIf gui.enable {
|
||||
|
||||
home-manager.users.${identity.user} = {
|
||||
|
||||
home.packages = with pkgs; [ qbittorrent ];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user