nixos/graphical-client: use the 1password NixOS module

We need to install binaries in /run/wrappers, which means we need the NixOS
module and can't just install in home-manager.
This commit is contained in:
Luke Granger-Brown 2024-03-01 16:49:28 +00:00
parent 5dd4cbe7dd
commit fe12a21336
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,12 @@ in
services.udev.packages = [ pkgs.qFlipper ];
services.pcscd.enable = true;
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
polkitPolicyOwners = [ "lukegb" ];
};
sound.enable = true;
hardware.pulseaudio.enable = false;
services.pipewire = {

View file

@ -28,7 +28,6 @@
xclip
xss-lock
depot.nix.pkgs.flameshot
_1password-gui
qFlipper
discord
depot.pkgs.lukegb-vscode