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:
parent
5dd4cbe7dd
commit
fe12a21336
2 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,12 @@ in
|
||||||
services.udev.packages = [ pkgs.qFlipper ];
|
services.udev.packages = [ pkgs.qFlipper ];
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
|
programs._1password.enable = true;
|
||||||
|
programs._1password-gui = {
|
||||||
|
enable = true;
|
||||||
|
polkitPolicyOwners = [ "lukegb" ];
|
||||||
|
};
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
xclip
|
xclip
|
||||||
xss-lock
|
xss-lock
|
||||||
depot.nix.pkgs.flameshot
|
depot.nix.pkgs.flameshot
|
||||||
_1password-gui
|
|
||||||
qFlipper
|
qFlipper
|
||||||
discord
|
discord
|
||||||
depot.pkgs.lukegb-vscode
|
depot.pkgs.lukegb-vscode
|
||||||
|
|
Loading…
Reference in a new issue