feat: Update to latest nix

This commit is contained in:
2026-02-10 23:14:12 +05:30
parent ddb53d879e
commit 66b7a31943
7 changed files with 174 additions and 219 deletions

View File

@@ -6,7 +6,6 @@
imports = [
# ./alvr.nix
./easyeffects.nix
./mixid.nix
./vr.nix
./helvum.nix
];

View File

@@ -1,4 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [mixid];
services.udev.packages = with pkgs; [mixid];
}