Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
8 lines
126 B
Nix
8 lines
126 B
Nix
{
|
|
flake.modules.homeManager.qbittorrent = { pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
qbittorrent
|
|
];
|
|
};
|
|
}
|