mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: gpg-agent sometimes not available
This commit is contained in:
parent
4a78e643f0
commit
9fe7813916
5 changed files with 91 additions and 23 deletions
9
profiles/nixos/common/hardwarecompatibility-ledger.nix
Normal file
9
profiles/nixos/common/hardwarecompatibility-ledger.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
hardware.ledger.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
ledger-udev-rules
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue