translate-stick: working setup

feature/hass
Ingolf Wagner 2020-11-12 20:20:54 +01:00
parent 8690c7ff09
commit 3ea7ed0b98
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ result-*
TAGS
*.tf.json
*.qcow2

View File

@ -3,11 +3,11 @@
services.xserver = {
enable = true;
desktopManager = {
defaultSession = "xfce";
xterm.enable = false;
xfce.enable = true;
};
displayManager = {
defaultSession = "xfce";
sddm = {
enable = true;
autoLogin = {
@ -16,6 +16,10 @@
user = config.users.users.mainUser.name;
};
};
sessionCommands = ''
${pkgs.mumble}/bin/mumble &
${pkgs.vlc}/bin/vlc &
'';
};
# mouse/touchpad