Update modules/users.nix modules/workspace/i3/default.nix

This commit is contained in:
Alexander Bantyev 2020-03-02 00:23:22 +03:00
parent 792f712743
commit 06e039923b
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,10 @@
enable = true;
};
services.mingetty.autologinUser = "balsoft";
environment.loginShellInit = "sway; sudo -u balsoft zsh";
security.pam.services = builtins.listToAttrs (builtins.map (name: {
inherit name;
value = { unixAuth = false; };

View File

@ -69,6 +69,7 @@ in {
];
};
startup = map (a: { notification = false; } // a) [
{ command = lock; } # For autologin purposes
{ command = apps.browser.cmd; }
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
{