mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
set up kmscon
This commit is contained in:
parent
f33c9ae161
commit
7780fd442b
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./shell
|
||||
./desktop
|
||||
|
@ -7,4 +7,17 @@
|
|||
./firewall.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
services.kmscon = {
|
||||
enable = true;
|
||||
fonts = [
|
||||
{
|
||||
name = "FiraCode Nerd Font";
|
||||
package = pkgs.nerdfonts.override {fonts = ["FiraCode"];};
|
||||
}
|
||||
];
|
||||
extraConfig = "font-size=14";
|
||||
extraOptions = "--term xterm-256color";
|
||||
hwRender = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue