fix hw key

This commit is contained in:
Schrottkatze 2024-06-12 13:24:47 +02:00
commit e3767b5441
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -8,5 +8,11 @@
./xmonad
./sway
];
services.gpg-agent = {
enable = true;
enableNushellIntegration = true;
enableSshSupport = true;
};
};
}