ops/nixos/graphical-client: install qFlipper

This commit is contained in:
Luke Granger-Brown 2022-07-07 22:06:35 +01:00
parent a92341f7cf
commit 64940e45d6
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ in
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
iosevka iosevka
]; ];
services.udev.packages = [ pkgs.libu2f-host ]; services.udev.packages = [ pkgs.qFlipper ];
services.pcscd.enable = true; services.pcscd.enable = true;
sound.enable = true; sound.enable = true;

View file

@ -30,6 +30,7 @@
yubioath-desktop yubioath-desktop
depot.nix.pkgs.flameshot depot.nix.pkgs.flameshot
_1password-gui _1password-gui
qFlipper
]); ]);
programs.kitty = { programs.kitty = {