20 stdenv.mkDerivation rec {
24 src = fetchFromGitea {
25 domain = "codeberg.org";
29 sha256 = "sha256-6NMMU39v8+Ir3rf7kVwBdEOuYnZC1MqtZnim8+0A7wM=";
52 homepage = "https://codeberg.org/dnkl/fnott";
53 description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors.";
54 license = licenses.mit;
55 maintainers = with maintainers; [ polykernel ];
56 platforms = platforms.linux;