configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: xz and rsync

for macbook

+2
+2
hosts/coolbook/default.nix
··· 37 37 }; 38 38 39 39 environment.systemPackages = with pkgs; [ 40 + xz 41 + rsync 40 42 cinny-desktop 41 43 ]; 42 44 }