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 ];
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue