hosts/workstation - disable kmscon as it cause instabilities lauching sway directly
This commit is contained in:
parent
b1394adbb4
commit
fe1c028853
1 changed files with 10 additions and 10 deletions
|
|
@ -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"
|
||||
'';
|
||||
};
|
||||
kmscon = {
|
||||
enable = true;
|
||||
fonts = [
|
||||
{
|
||||
name = "Source Code Pro";
|
||||
package = pkgs.source-code-pro;
|
||||
}
|
||||
];
|
||||
extraConfig = "font-size=18";
|
||||
};
|
||||
# kmscon = {
|
||||
# enable = true;
|
||||
# fonts = [
|
||||
# {
|
||||
# name = "Source Code Pro";
|
||||
# package = pkgs.source-code-pro;
|
||||
# }
|
||||
# ];
|
||||
# extraConfig = "font-size=18";
|
||||
# };
|
||||
pcscd = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue