mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 03:30:03 +00:00
Merge pull request #254 from SeraphimRP/patch-1
Fix a missing semicolon in Nix instructions.
This commit is contained in:
@@ -164,7 +164,7 @@ Alternatively, you can add it to your NixOS configuration or flake:
|
|||||||
noctalia = {
|
noctalia = {
|
||||||
url = "github:noctalia-dev/noctalia-shell";
|
url = "github:noctalia-dev/noctalia-shell";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.quickshell.follows = "quickshell"
|
inputs.quickshell.follows = "quickshell";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user