add vicinae launcher

This commit is contained in:
2025-09-16 20:38:42 +02:00
parent d91aabd3c0
commit 7b0b3ac084
5 changed files with 87 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
{ inputs, ... }:
{
imports = [
inputs.vicinae.homeManagerModules.default
];
services.vicinae = {
enable = true;
autoStart = true;
};
}