This commit is contained in:
parent
fb97c4e0d5
commit
4ac5527aca
1 changed files with 10 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
services.pcscd.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -32,6 +40,8 @@
|
|||
lldb
|
||||
gammaray # QT Inspector
|
||||
|
||||
yubikey-manager
|
||||
|
||||
# Usefull for automatic informations collect software like KDE
|
||||
vulkan-tools # For vulkaninfo command
|
||||
wayland-utils # For wayland-info command
|
||||
|
|
Loading…
Reference in a new issue