Skip to content

Commit

Permalink
feat: add nitropy to all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Jan 24, 2024
1 parent caf980c commit d060316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions home/profiles/base/nitrokey.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.pynitrokey
];
}
6 changes: 1 addition & 5 deletions hosts/nixos/profiles/nitrokey.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{pkgs, ...}: {
_: {
hardware.nitrokey.enable = true;

environment.systemPackages = [
pkgs.pynitrokey
];
}

0 comments on commit d060316

Please sign in to comment.