vicinae: use nixpkgs package
This commit is contained in:
parent
d7243cc7c3
commit
64c00fe618
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -12,6 +13,7 @@
|
||||||
services.vicinae = {
|
services.vicinae = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
package = pkgs.vicinae;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."vicinae/vicinae.json".source =
|
xdg.configFile."vicinae/vicinae.json".source =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue