Personal-use NixOS configuration
0
fork

Configure Feed

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

Winboat 0.9.0 is stable

encode42 dfc170fa 42befbda

+2 -3
+2 -3
config/desktop/winboat.nix
··· 1 - { pkgs, pkgs-unstable, ... }: 1 + { pkgs, ... }: 2 2 3 3 { 4 4 environment.systemPackages = with pkgs; [ 5 5 freerdp 6 6 docker-compose 7 7 8 - # Unstable for winboat 0.9.0, roll back to stable once backported 9 - pkgs-unstable.winboat 8 + winboat 10 9 ]; 11 10 12 11 virtualisation.docker.enable = true;