diff --git a/SwarselSystems.org b/SwarselSystems.org index 8568e93..6ec76e5 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -5148,6 +5148,8 @@ Enable OpenGL, Sound, Bluetooth and various drivers. inherit (config.swarselsystems.trackpoint) device; }; + keyboard.qmk.enable = true; + pulseaudio= { enable = true; package = pkgs.pulseaudioFull; @@ -5530,6 +5532,11 @@ Mostly used to install some compilers and lsp's that I want to have available wh # pinentry + # keyboards + qmk + vial + via + # theme related adwaita-icon-theme @@ -5817,7 +5824,7 @@ This is a super-convenient package that lets my remap my =CAPS= key to =ESC= if } #+end_src -**** Hardware compatibility settings (Yubikey, Ledger) - udev rules +**** Hardware compatibility settings (Yubikey, Ledger, Keyboards) - udev rules :PROPERTIES: :CUSTOM_ID: h:7a89b5e3-b700-4167-8b14-2b8172f33936 :END: @@ -5843,6 +5850,9 @@ Also, this is a good place to setup the udev rules. services.udev.packages = with pkgs; [ yubikey-personalization ledger-udev-rules + qmk-udev-rules + vial + via ]; } #+end_src diff --git a/profiles/common/nixos/hardware.nix b/profiles/common/nixos/hardware.nix index 96c6927..512bb5d 100644 --- a/profiles/common/nixos/hardware.nix +++ b/profiles/common/nixos/hardware.nix @@ -12,6 +12,8 @@ inherit (config.swarselsystems.trackpoint) device; }; + keyboard.qmk.enable = true; + pulseaudio = { enable = true; package = pkgs.pulseaudioFull; diff --git a/profiles/common/nixos/hardwarecompatibility.nix b/profiles/common/nixos/hardwarecompatibility.nix index 283a971..f0697c1 100644 --- a/profiles/common/nixos/hardwarecompatibility.nix +++ b/profiles/common/nixos/hardwarecompatibility.nix @@ -9,5 +9,8 @@ services.udev.packages = with pkgs; [ yubikey-personalization ledger-udev-rules + qmk-udev-rules + vial + via ]; } diff --git a/profiles/common/nixos/packages.nix b/profiles/common/nixos/packages.nix index 8f15c5d..2570f2e 100644 --- a/profiles/common/nixos/packages.nix +++ b/profiles/common/nixos/packages.nix @@ -19,6 +19,11 @@ # pinentry + # keyboards + qmk + vial + via + # theme related adwaita-icon-theme