workstation | add kmscon, toot, tut
This commit is contained in:
parent
f9ef788dcb
commit
a3fc509d5b
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue