much improvement

This commit is contained in:
EdenQwQ 2026-03-23 18:26:52 +08:00
parent c0351fa419
commit 658b24fc7e
12 changed files with 147 additions and 141 deletions

View file

@ -1,3 +1,4 @@
{ config, ... }:
{
monitors = {
"eDP-1" = {
@ -42,5 +43,9 @@
rotation = 90;
};
};
programs.niri.settings = {
input.touch.enable = true;
input.touch.map-to-output = config.lib.monitors.mainMonitorName;
};
home.stateVersion = "26.05";
}