Add support for qmk

This commit is contained in:
installer 2025-02-13 23:40:00 -06:00
parent 76d7fda750
commit 99fdbaf970
3 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,7 @@
} }
{ {
type = "custom"; type = "custom";
format = " OS -> ZaneyOS 2.2"; format = " OS -> ZaneyOS 2.3";
} }
{ {
type = "kernel"; type = "kernel";

View File

@ -45,7 +45,7 @@ with lib;
exec-once = killall -q swaync;sleep .5 && swaync exec-once = killall -q swaync;sleep .5 && swaync
exec-once = nm-applet --indicator exec-once = nm-applet --indicator
exec-once = lxqt-policykit-agent exec-once = lxqt-policykit-agent
exec-once = sleep 1.5 && swww img /home/${username}/Pictures/Wallpapers/beautifulmountainscape.jpg exec-once = sleep 1.5 && swww img /home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg
monitor=,preferred,auto,1 monitor=,preferred,auto,1
${extraMonitorSettings} ${extraMonitorSettings}
general { general {

View File

@ -106,6 +106,7 @@
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
hardware.keyboard.qmk.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
appimage-run appimage-run