From a3fc509d5b63bb569e8c56fc17d74a94093ded48 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 20 Dec 2022 23:56:20 -0600 Subject: [PATCH] workstation | add kmscon, toot, tut --- workstation/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index a9d7fc6..3dd1658 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -62,6 +62,14 @@ extraBackends = [ pkgs.sane-airscan ]; }; security.rtkit.enable = true; + services.kmscon = { + enable = true; + extraOptions = "--term xterm-256color"; + fonts = [ { name = "Source Code Pro"; package = pkgs.source-code-pro; } ]; + extraConfig = '' + font-size=10 + ''; + }; services.pipewire = { enable = true; alsa.enable = true; @@ -116,6 +124,8 @@ tmux tmuxp topgrade + toot + tut #vim wget zoom-us