Fix a missing semicolon in Nix instructions.
This commit is contained in:
parent
626b745ce3
commit
9570688294
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue