Update modules/users.nix modules/workspace/i3/default.nix modules/workspace/misc.nix
This commit is contained in:
parent
3f61d8793f
commit
1462142487
@ -49,34 +49,7 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
security.pam.services = builtins.listToAttrs (builtins.map (name: {
|
||||
inherit name;
|
||||
value = { unixAuth = false; };
|
||||
}) [
|
||||
"chpasswd"
|
||||
"chsh"
|
||||
"groupadd"
|
||||
"groupdel"
|
||||
"groupmems"
|
||||
"groupmod"
|
||||
"i3lock"
|
||||
"i3lock-color"
|
||||
"login"
|
||||
"passwd"
|
||||
"polkit-1"
|
||||
"runuser"
|
||||
"runuser-l"
|
||||
"su"
|
||||
"sudo"
|
||||
"swaylock"
|
||||
"systemd-user"
|
||||
"useradd"
|
||||
"userdel"
|
||||
"usermod"
|
||||
"vlock"
|
||||
"xlock"
|
||||
"xscreensaver"
|
||||
]);
|
||||
security.pam.services.default.unixAuth = false;
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
|
@ -61,10 +61,6 @@ in {
|
||||
command = "border pixel 2px";
|
||||
criteria = { window_role = "popup"; };
|
||||
}
|
||||
{
|
||||
command = "floating enable";
|
||||
criteria = { app_id = "org.kde.polkit-kde-authentication-1"; };
|
||||
}
|
||||
{
|
||||
command = "sticky enable";
|
||||
criteria = { floating = ""; };
|
||||
@ -76,7 +72,7 @@ in {
|
||||
{ command = "${pkgs.kdeconnect}/libexec/kdeconnectd"; }
|
||||
{
|
||||
command =
|
||||
"${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";
|
||||
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";
|
||||
}
|
||||
{
|
||||
command =
|
||||
|
@ -15,6 +15,7 @@
|
||||
NIX_AUTO_RUN = "1";
|
||||
};
|
||||
services.atd.enable = true;
|
||||
services.dbus.packages = [ pkgs.gcr ];
|
||||
|
||||
home-manager.users.balsoft = {
|
||||
xdg.enable = true;
|
||||
@ -38,7 +39,7 @@
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "qt";
|
||||
pinentryFlavor = "gnome3";
|
||||
sshKeys = [ "0819BD05AB506F55109B8418B7809DF496AD3C7B" ];
|
||||
};
|
||||
programs.gpg.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user