mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
readme: mention ui package
at this point it might be better to overlay the packages onto pkgs but this remains a task for future me
This commit is contained in:
parent
a796344ac2
commit
dfdc7159e1
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ outputs = {nixpkgs, lsfg-vk-flake, ...}: {
|
||||||
|
|
||||||
And then enable this in your system config:
|
And then enable this in your system config:
|
||||||
```nix
|
```nix
|
||||||
services.lsfg-vk.enable = true;
|
services.lsfg-vk = {
|
||||||
|
enable = true;
|
||||||
|
ui.enable = true; # installs gui for configuring lsfg-vk
|
||||||
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### User install (manual)
|
### User install (manual)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue