mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
Add support for qmk
This commit is contained in:
parent
76d7fda750
commit
99fdbaf970
@ -50,7 +50,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = " OS -> ZaneyOS 2.2";
|
format = " OS -> ZaneyOS 2.3";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "kernel";
|
type = "kernel";
|
||||||
|
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user