mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
much improvement
This commit is contained in:
parent
c0351fa419
commit
658b24fc7e
12 changed files with 147 additions and 141 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue