Files
dotfiles/home/apps/vicinae.nix
uttarayan21 5862504957
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Update to latest nixpkgs
2025-12-25 22:30:53 +05:30

17 lines
327 B
Nix

{
pkgs,
inputs,
device,
...
}: {
imports = [inputs.vicinae.homeManagerModules.default];
services.vicinae = {
enable = device.is "ryu";
systemd.autoStart = true;
extensions = [];
# package = pkgs.vicinae.overrideAttrs (old: {
# patches = [../../patches/vicinae-ctrl-np.patch];
# });
};
}