Add audio and 1password modules

This commit is contained in:
Artemis Tosini 2021-05-30 13:01:17 +00:00
parent aa607bb9dd
commit ff9e862856
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
4 changed files with 19 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6aa6556bcab6dc0f6398b4daa8404d788fd7a6a2 Subproject commit 23769994e8f7b212d9a257799173b120ed87736b

@ -1 +1 @@
Subproject commit 497b7f7641b731df220f4538cf981574140186ee Subproject commit 201c9ef11df2e73698d7cd689242ecc22fc482b5

10
sets/1password.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(_1password-gui.override { electron_11 = electron_12; })
];
services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true;
}

View file

@ -0,0 +1,7 @@
{ ... }:
{
services.pipewire.config.pipewire = {
"context.properties"."default.clock.rate" = 96000;
"context.objects"