ops/nixos/graphical-client: install qFlipper
This commit is contained in:
parent
a92341f7cf
commit
64940e45d6
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
fonts.fonts = with pkgs; [
|
||||
iosevka
|
||||
];
|
||||
services.udev.packages = [ pkgs.libu2f-host ];
|
||||
services.udev.packages = [ pkgs.qFlipper ];
|
||||
services.pcscd.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
yubioath-desktop
|
||||
depot.nix.pkgs.flameshot
|
||||
_1password-gui
|
||||
qFlipper
|
||||
]);
|
||||
|
||||
programs.kitty = {
|
||||
|
|
Loading…
Reference in a new issue