workstation | add kmscon, toot, tut

This commit is contained in:
Don Harper 2022-12-20 23:56:20 -06:00
parent f9ef788dcb
commit a3fc509d5b

View file

@ -62,6 +62,14 @@
extraBackends = [ pkgs.sane-airscan ]; extraBackends = [ pkgs.sane-airscan ];
}; };
security.rtkit.enable = true; 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 = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
@ -116,6 +124,8 @@
tmux tmux
tmuxp tmuxp
topgrade topgrade
toot
tut
#vim #vim
wget wget
zoom-us zoom-us