Update modules/users.nix modules/workspace/i3/default.nix
This commit is contained in:
parent
792f712743
commit
06e039923b
@ -46,6 +46,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mingetty.autologinUser = "balsoft";
|
||||||
|
|
||||||
|
environment.loginShellInit = "sway; sudo -u balsoft zsh";
|
||||||
|
|
||||||
security.pam.services = builtins.listToAttrs (builtins.map (name: {
|
security.pam.services = builtins.listToAttrs (builtins.map (name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
value = { unixAuth = false; };
|
value = { unixAuth = false; };
|
||||||
|
@ -69,6 +69,7 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
startup = map (a: { notification = false; } // a) [
|
startup = map (a: { notification = false; } // a) [
|
||||||
|
{ command = lock; } # For autologin purposes
|
||||||
{ command = apps.browser.cmd; }
|
{ command = apps.browser.cmd; }
|
||||||
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
|
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user