mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 02:58:17 +01:00
Add support for qmk
This commit is contained in:
parent
76d7fda750
commit
99fdbaf970
@ -50,7 +50,7 @@
|
||||
}
|
||||
{
|
||||
type = "custom";
|
||||
format = " OS -> ZaneyOS 2.2";
|
||||
format = " OS -> ZaneyOS 2.3";
|
||||
}
|
||||
{
|
||||
type = "kernel";
|
||||
|
@ -45,7 +45,7 @@ with lib;
|
||||
exec-once = killall -q swaync;sleep .5 && swaync
|
||||
exec-once = nm-applet --indicator
|
||||
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
|
||||
${extraMonitorSettings}
|
||||
general {
|
||||
|
@ -106,6 +106,7 @@
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
appimage-run
|
||||
|
Loading…
Reference in New Issue
Block a user