Pulsebert ncmpcpp on tty1

This commit is contained in:
Ehmry - 2020-01-20 15:54:42 +01:00
parent f761c4a5d1
commit 275e1696ae
1 changed files with 1 additions and 1 deletions

View File

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