From 9570688294cebb9fd31b72cca531aaa80dadc342 Mon Sep 17 00:00:00 2001 From: "Rdr. Seraphim Pardee" Date: Thu, 11 Sep 2025 20:45:48 -0400 Subject: [PATCH] Fix a missing semicolon in Nix instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900454e..d82c12c 100644 --- a/README.md +++ b/README.md @@ -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"; }; };