Pulsebert ncmpcpp on tty1

This commit is contained in:
Emery Hemingway 2020-01-20 15:54:42 +01:00
parent f761c4a5d1
commit 275e1696ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -1,6 +1,6 @@
{ pkgs, ... }:
let tty = "tty9";
let tty = "tty1";
in {
boot.extraTTYs = [ tty ];