feat: Update to latest nixpkgs
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-25 22:30:53 +05:30
parent b7c7a875f6
commit 5862504957
2 changed files with 398 additions and 310 deletions

706
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

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