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,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
services.vicinae = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
package = pkgs.vicinae;
|
||||
};
|
||||
|
||||
xdg.configFile."vicinae/vicinae.json".source =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue