dotfiles/home/vicinae/default.nix

10 lines
126 B
Nix

{...}: {
programs.vicinae = {
enable = true;
systemd = {
enable = true;
autoStart = true;
};
};
}