Desktop: enable user qmk access

This commit is contained in:
Toast 2024-10-02 09:30:51 +02:00
parent 4dbe60e314
commit cae6f707af

View file

@ -18,5 +18,7 @@
(pkgs.nerdfonts.override {fonts = ["Hack" "JetBrainsMono"];})
];
hardware.keyboard.qmk.enable = true;
boot.plymouth.enable = true;
}