Update README.md

This commit is contained in:
zen 2025-08-26 14:25:35 +02:00 committed by GitHub
parent 863107670c
commit 07fcd29842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,12 @@ nix run github:noctalia-dev/noctalia-shell
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
}
}
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
}
}
```