.
This commit is contained in:
parent
6708c3c569
commit
d725b31d63
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@
|
|||
extraGroups = [ "wheel" "libvirtd" ];
|
||||
};
|
||||
|
||||
services.fprintd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue