ledger
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ledger-live-desktop
|
||||
];
|
||||
}
|
||||
@@ -19,6 +19,7 @@
|
||||
../common/programs/gpg.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
./monitors.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
../common/features/fonts.nix
|
||||
../common/features/nix-ld.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
];
|
||||
|
||||
networking.hostName = "konishi";
|
||||
|
||||
Reference in New Issue
Block a user