Skip to content

Commit 21f6fa6

Browse files
NicoWeioMerrit
authored andcommitted
docs: improve NixOS instructions
1 parent 63a06b5 commit 21f6fa6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,19 @@ src="https://img.shields.io/badge/KDE_Store-blue?style=for-the-badge&logo=kde"><
1515

1616
**NixOS**
1717

18+
To open a shell where `vscode_runner` is installed:
1819
```bash
1920
nix-shell --packages vscode-runner
2021
```
2122

23+
To permanently install, add this package to your system configuration:
24+
```nix
25+
environment.systemPackages = with pkgs; [
26+
# …
27+
vscode-runner
28+
];
29+
```
30+
Note that you need to restart KRunner to see results from this runner: `pkill krunner`. It will start automatically the next time you use its shortcut.
2231

2332
<br>
2433

0 commit comments

Comments
 (0)