workstation | re-enable kmscon & sddm
This commit is contained in:
parent
0bdd28978e
commit
86b6287cd4
1 changed files with 26 additions and 10 deletions
|
|
@ -37,6 +37,7 @@ in {
|
||||||
./systemd.nix
|
./systemd.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./upgrade-diff.nix
|
./upgrade-diff.nix
|
||||||
|
../wm/sddm
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
|
|
@ -113,16 +114,31 @@ 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
|
||||||
|
palette=custom
|
||||||
|
palette-black=33, 34, 44
|
||||||
|
palette-cyan=128, 255, 234
|
||||||
|
palette-dark-grey=182, 185, 201
|
||||||
|
palette-green=138, 255, 128
|
||||||
|
palette-dark-grey=65, 69, 88
|
||||||
|
palette-light-grey=98, 103, 132
|
||||||
|
palette-light-green=208, 255, 204
|
||||||
|
palette-light-red=255, 212, 204
|
||||||
|
palette-light-yellow=255, 255, 204
|
||||||
|
palette-red=255, 149, 128
|
||||||
|
palette-white=248, 248, 242
|
||||||
|
palette-yellow=255, 255, 128
|
||||||
|
'';
|
||||||
|
};
|
||||||
pcscd = {
|
pcscd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue