diff --git a/configuration.nix b/configuration.nix index 7085c94..a1e3ed0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 diff --git a/home/guz/apps.nix b/home/guz/apps.nix index f1a318f..a622acc 100644 --- a/home/guz/apps.nix +++ b/home/guz/apps.nix @@ -65,6 +65,9 @@ ffmpeg exiftool # davinci-resolve # Currently borked + + # Keyboard + vial ]) # Utils ++ (with self.packages.${pkgs.system}; [