mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
module moving mostly done
This commit is contained in:
parent
a9de747c25
commit
e78a971b9b
33 changed files with 455 additions and 447 deletions
|
|
@ -1,4 +1,5 @@
|
|||
_: {pkgs, ...}: {
|
||||
#use a better tty
|
||||
services.kmscon = {
|
||||
enable = true;
|
||||
hwRender = true;
|
||||
|
|
@ -24,6 +25,11 @@ _: {pkgs, ...}: {
|
|||
}
|
||||
];
|
||||
};
|
||||
systemd.services = {
|
||||
"autovt@tty1".enable = false;
|
||||
"kmsconvt@tty1".enable = false;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
overpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue