Fix a missing semicolon in Nix instructions.

This commit is contained in:
Rdr. Seraphim Pardee 2025-09-11 20:45:48 -04:00 committed by GitHub
parent 626b745ce3
commit 9570688294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ Alternatively, you can add it to your NixOS configuration or flake:
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell"
inputs.quickshell.follows = "quickshell";
};
};