mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
a0cc980491
5 changed files with 12 additions and 5 deletions
|
|
@ -29,6 +29,7 @@ in {
|
|||
pkgs.libratbag
|
||||
pkgs.piper
|
||||
pkgs.libpq
|
||||
pkgs.qmk
|
||||
];
|
||||
|
||||
# System
|
||||
|
|
@ -99,7 +100,7 @@ in {
|
|||
mode = "2560x1440";
|
||||
position = "0x0";
|
||||
rate = "60.00";
|
||||
dpi = 96;
|
||||
dpi = 72;
|
||||
};
|
||||
};
|
||||
right = {
|
||||
|
|
@ -109,7 +110,7 @@ in {
|
|||
mode = "2560x1440";
|
||||
position = "2560x0";
|
||||
rate = "60.00";
|
||||
dpi = 96;
|
||||
dpi = 72;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -117,6 +118,9 @@ in {
|
|||
## Mouse
|
||||
services.libinput.mouse.accelProfile = "flat";
|
||||
|
||||
## Keyboard
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
# Version of first install
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue