workstation | enable kmscon and ocnfig

This commit is contained in:
Don Harper 2024-08-03 16:19:07 -05:00
parent f8ce5fcfb8
commit b1394adbb4

View file

@ -113,6 +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 = {
enable = true;
fonts = [
{
name = "Source Code Pro";
package = pkgs.source-code-pro;
}
];
extraConfig = "font-size=18";
};
pcscd = { pcscd = {
enable = true; enable = true;
}; };