translate-stick: working setup
This commit is contained in:
parent
8690c7ff09
commit
3ea7ed0b98
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ result-*
|
|||
TAGS
|
||||
|
||||
*.tf.json
|
||||
*.qcow2
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue