diff --git a/src/content/docs/getting-started/nixos.mdx b/src/content/docs/getting-started/nixos.mdx index 38e6ab3..3e32e37 100644 --- a/src/content/docs/getting-started/nixos.mdx +++ b/src/content/docs/getting-started/nixos.mdx @@ -43,12 +43,6 @@ Add the required inputs to your flake configuration: noctalia = { url = "github:noctalia-dev/noctalia-shell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.noctalia-qs.follows = "noctalia-qs"; - }; - - noctalia-qs = { - url = "github:noctalia-dev/noctalia-qs"; - inputs.nixpkgs.follows = "nixpkgs"; }; };