Personal-use NixOS configuration
0
fork

Configure Feed

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

Use unstable winboat

+2 -2
+2 -2
config/desktop/winboat.nix
··· 1 - { pkgs, ... }: 1 + { pkgs, pkgs-unstable, ... }: 2 2 3 3 { 4 4 environment.systemPackages = with pkgs; [ 5 5 freerdp 6 6 docker-compose 7 7 8 - winboat 8 + pkgs-unstable.winboat 9 9 ]; 10 10 11 11 virtualisation.docker.enable = true;