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

This commit is contained in:
Alexander Bantyev 2020-03-02 00:31:36 +03:00
parent f79de01668
commit c5400ecdb6
2 changed files with 0 additions and 5 deletions

View File

@ -46,10 +46,6 @@
enable = true;
};
services.mingetty.autologinUser = "balsoft";
environment.loginShellInit = "set -e; [[ $USER == balsoft ]] && (sway; sudo bash || exit 1)";
security.pam.services = builtins.listToAttrs (builtins.map (name: {
inherit name;
value = { unixAuth = false; };

View File

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