lol
fork

Configure Feed

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

i3blocks: fix platforms

+1 -1
+1 -1
pkgs/applications/window-managers/i3/blocks.nix
··· 17 17 homepage = https://github.com/vivien/i3blocks; 18 18 license = licenses.gpl3; 19 19 maintainers = [ "MindTooth" ]; 20 - platforms = freebsd ++ linux ++ netbsd; 20 + platforms = with platforms; freebsd ++ linux; 21 21 }; 22 22 }