feat(vicinae): update nixpkgs and adjust keybinding patch for Ctrl+N/P support
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-02 11:44:41 +05:30
parent 630c087308
commit 7e9a64023f
5 changed files with 58 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
inputs,
device,
...
@@ -8,5 +9,8 @@
enable = device.is "ryu";
autoStart = true;
extensions = [];
# package = pkgs.vicinae.overrideAttrs (old: {
# patches = [../../patches/vicinae-ctrl-np.patch];
# });
};
}