mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:53:54 -05:00
pacifidlog: enable tabletmode
This commit is contained in:
parent
a49c2dcb32
commit
466e166fcc
|
@ -14,8 +14,11 @@
|
|||
};
|
||||
|
||||
ar.home = {
|
||||
desktop.hyprland.laptopMonitors = ["desc:Lenovo Group Limited Go Display 0x00888888, 1600x2560@144, 0x0, 2, transform, 1"];
|
||||
|
||||
desktop.hyprland = {
|
||||
laptopMonitors = ["desc:Lenovo Group Limited Go Display 0x00888888, 1600x2560@144, 0x0, 2, transform, 1"];
|
||||
tabletMode.enable = true;
|
||||
};
|
||||
|
||||
# services = {
|
||||
# easyeffects = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Reference in a new issue