wip
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
../common/features/fonts.nix
|
../common/features/fonts.nix
|
||||||
../common/features/nix-ld.nix
|
../common/features/nix-ld.nix
|
||||||
../common/features/bluetooth.nix
|
../common/features/bluetooth.nix
|
||||||
|
../common/features/ledger.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "arrakis";
|
networking.hostName = "arrakis";
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.udev.packages = with pkgs; [
|
||||||
|
ledger-udev-rules
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user