diff --git a/README.md b/README.md index aec7bdc..900454e 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,16 @@ Alternatively, you can add it to your NixOS configuration or flake: inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - noctalia = { - url = "github:noctalia-dev/noctalia-shell"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # you need nixpkgs unstable quickshell = { url = "github:outfoxxed/quickshell"; inputs.nixpkgs.follows = "nixpkgs"; + }; + + noctalia = { + url = "github:noctalia-dev/noctalia-shell"; + inputs.nixpkgs.follows = "nixpkgs"; inputs.quickshell.follows = "quickshell" }; };