fixing a LOT of typos
This commit is contained in:
parent
795bb17857
commit
b183b789b4
25 changed files with 57 additions and 65 deletions
12
modules/_programs/security.nix
Normal file
12
modules/_programs/security.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, security, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kdePackages.kwallet-pam
|
||||
bitwarden
|
||||
];
|
||||
|
||||
security.pam.services.kwallet = {
|
||||
name = "kwallet";
|
||||
enableKwallet = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue