Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 182 B view raw
1{ pkgs, pkgs-unstable, ... }: 2 3{ 4 environment.systemPackages = with pkgs; [ 5 freerdp 6 docker-compose 7 8 pkgs-unstable.winboat 9 ]; 10 11 virtualisation.docker.enable = true; 12}