feat(vicinae): added configuration

This commit is contained in:
kenji
2026-01-02 07:57:28 -06:00
parent 6b3662c07c
commit 18e67e1c4c
7 changed files with 32 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
{pkgs, ...}: {
services.vicinae = {
enable = true;
systemd = {
enable = true;
autoStart = true;
environment = {
USE_LAYER_SHELL = 1;
};
};
};
}