hosts/workstation - disable kmscon as it cause instabilities lauching sway directly

This commit is contained in:
Don Harper 2024-08-04 09:58:57 -05:00
parent b1394adbb4
commit fe1c028853

View file

@ -113,16 +113,16 @@ in {
ACTION=="add|change", KERNEL=="sd[a-z]*[0-9]*|mmcblk[0-9]*p[0-9]*|nvme[0-9]*n[0-9]*p[0-9]*", ENV{ID_FS_TYPE}=="ext4", ATTR{../queue/scheduler}="none" ACTION=="add|change", KERNEL=="sd[a-z]*[0-9]*|mmcblk[0-9]*p[0-9]*|nvme[0-9]*n[0-9]*p[0-9]*", ENV{ID_FS_TYPE}=="ext4", ATTR{../queue/scheduler}="none"
''; '';
}; };
kmscon = { # kmscon = {
enable = true; # enable = true;
fonts = [ # fonts = [
{ # {
name = "Source Code Pro"; # name = "Source Code Pro";
package = pkgs.source-code-pro; # package = pkgs.source-code-pro;
} # }
]; # ];
extraConfig = "font-size=18"; # extraConfig = "font-size=18";
}; # };
pcscd = { pcscd = {
enable = true; enable = true;
}; };