Unverified Commit ce6f0af9 authored by Federico Damián Schonborn's avatar Federico Damián Schonborn
Browse files

nixos/doc: add release note for Budgie Desktop

parent c0dcb5c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ In addition to numerous new and upgraded packages, this release has the followin

- [stevenblack-blocklist](https://github.com/StevenBlack/hosts), A unified hosts file with base extensions for blocking unwanted websites. Available as [networking.stevenblack](options.html#opt-networking.stevenblack.enable).

- [Budgie Desktop](https://github.com/BuddiesOfBudgie/budgie-desktop), a familiar, modern desktop environment. Availabe as [services.xserver.desktopManager.budgie](options.html#opt-services.xserver.desktopManager.budgie).

- [imaginary](https://github.com/h2non/imaginary), a microservice for high-level image processing that Nextcloud can use to generate previews. Available as [services.imaginary](#opt-services.imaginary.enable).

- [opensearch](https://opensearch.org), a search server alternative to Elasticsearch. Available as [services.opensearch](options.html#opt-services.opensearch.enable).
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
    };

    services.xserver.desktopManager.budgie.enable = true;

users.users.alice.extraGroups = ["wheel"];
  };

  testScript = { nodes, ... }: