refactoring and kanata layers
This commit is contained in:
parent
1ca4236a0c
commit
9072e16503
5 changed files with 59 additions and 77 deletions
|
@ -335,16 +335,23 @@
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
security.pam.services.swaylock = { };
|
||||
security.pam.services.hyprlock = { };
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
pam = {
|
||||
services = {
|
||||
swaylock = { };
|
||||
hyprlock = { };
|
||||
greetd.enableGnomeKeyring = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [
|
||||
"nvidia"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue