add package module authenticator
This commit is contained in:
parent
5e2892fc72
commit
fb7b853c94
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/nixos/locale.nix
|
||||
../../modules/package/authenticator.nix
|
||||
../../modules/package/killall.nix
|
||||
../../modules/package/nautilus.nix
|
||||
../../modules/package/otd.nix
|
||||
|
|
7
modules/package/authenticator.nix
Normal file
7
modules/package/authenticator.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
authenticator
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue