mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
minus: Allow to setup kdeconnect
This commit is contained in:
parent
7f2b30feb9
commit
f53c9bdfaa
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@
|
|||
services.xserver.displayManager.autoLogin.enable = true;
|
||||
services.xserver.displayManager.autoLogin.user = "traxys";
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
systemd.services."getty@tty1".enable = false;
|
||||
systemd.services."autovt@tty1".enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue