chore: run formatter

This commit is contained in:
2025-09-27 22:27:55 +05:00
parent 23ddc84bfc
commit 307b866cc6
44 changed files with 230 additions and 228 deletions

View File

@@ -1,6 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
# yubikey login / sudo
security.pam = {
u2f = {
@@ -13,5 +11,5 @@
};
};
environment.systemPackages = with pkgs; [ yubikey-manager ];
environment.systemPackages = with pkgs; [yubikey-manager];
}