index
:
moonfiles.git
master
My dotfiles of main pc;
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
modules
/
features
/
p2p
/
default.nix
blob: af05afe84c207ba0b19be9b818d050fa1c25fdf1 (
plain
)
1
2
3
4
5
6
7
{ pkgs, ... }: { environment.systemPackages = with pkgs; [ pkgs.qbittorrent ]; }