mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
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"];
|
|
}
|