nixos/modules/network.nix

9 lines
107 B
Nix

{ pkgs, ... }: {
# paczki
users.users.sasza.packages = with pkgs; [
eddie
qbittorrent
];
}