adapt work pc

This commit is contained in:
afoucaultc 2026-08-07 22:46:05 +02:00
parent 4898f5cc5f
commit dca271648e
54 changed files with 126 additions and 847 deletions

View file

@ -0,0 +1,5 @@
{ ... }:
{
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
services.mullvad-vpn.gui = {
enable = true;
package = pkgs.mullvad-vpn;
};
}

View file

@ -0,0 +1,12 @@
{ ... }:
{
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
}