mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add kmscon
This commit is contained in:
@@ -79,6 +79,18 @@
|
||||
interval = "weekly";
|
||||
};
|
||||
|
||||
kmscon = {
|
||||
enable = true;
|
||||
fonts = [
|
||||
{
|
||||
name = "FiraCode Nerd Font Mono";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
}
|
||||
];
|
||||
useXkbConfig = true;
|
||||
hwRender = true;
|
||||
};
|
||||
|
||||
fwupd.enable = true;
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user