properly configure kmscon
This commit is contained in:
parent
568e681f1e
commit
6394e8d8a0
2 changed files with 71 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
./shell
|
||||
./desktop
|
||||
|
@ -6,18 +6,6 @@
|
|||
./flatpak.nix
|
||||
./firewall.nix
|
||||
./git.nix
|
||||
./kmscon.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…
Add table
Add a link
Reference in a new issue