feat: split qmk keyboard support

This commit is contained in:
Guz
2025-05-26 10:27:26 -03:00
parent 45bd353336
commit 610f04f621
2 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
flake = "/home/guz/.projects/dot013-nix";
};
# QMK keyboard
hardware.keyboard.qmk.enable = true;
services.udev.packages = [pkgs.via];
# Enable Nix-LD for standalone binaries (useful for development)
programs.nix-ld.enable = true;
@@ -72,6 +76,7 @@
hardware.pulseaudio.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
pwvucontrol
via
];
# Networking

View File

@@ -65,6 +65,9 @@
ffmpeg
exiftool
# davinci-resolve # Currently borked
# Keyboard
vial
])
# Utils
++ (with self.packages.${pkgs.system}; [