mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
3b41e08df8
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
11 lines
252 B
Nix
11 lines
252 B
Nix
{inputs, ...}: {
|
|
imports = [inputs.vicinae.homeManagerModules.default];
|
|
|
|
services.vicinae = {
|
|
enable = true;
|
|
autoStart = true;
|
|
};
|
|
|
|
wayland.windowManager.hyprland.settings.exec-once = ["systemctl enable --now --user vicinae.service"];
|
|
}
|