From c3ee35e39f17c02b587f044753008daa3ee7ca23 Mon Sep 17 00:00:00 2001 From: Allusive <99632976+allusive-dev@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:11:16 +1100 Subject: Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a2f542..4775c10 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,22 @@ yay -S picom-allusive ### NixOS -picom-allusive has merged! -You can check when it reaches `nixos-unstable` [here](https://nixpk.gs/pr-tracker.html?pr=258711). +picom-allusive is now avaliable on unstable(23.11)! + +Simply do one of the following +``` nix +environment.systemPackages = [ pkgs.picom-allusive ]; +``` +or for home-manager +``` nix +home.packages = [ pkgs.picom-allusive ]; +``` + The package will not be avaliable on NixOS 23.05 You will have to wait until the next stable update if you are on the stable branch. If you still want to use picom and you are on 23.05 you can use this custom package in either `environment.systemPackages` or `home.packages` for home-manager users. Keep in mind this is considerably unstable so expect possible issues. -``` +``` nix (picom.overrideAttrs (oldAttrs: rec { pname = "picom-allusive"; version = "0.3.1"; -- cgit v1.2.3