Remove warnings

This commit is contained in:
muon 2026-04-13 10:42:58 +00:00
parent fdb7391a32
commit 469b1f78b4
8 changed files with 15 additions and 5 deletions

View file

@ -73,6 +73,7 @@ in {
# SSH: auto-add work key to gpg-agent on first use
programs.ssh = {
enable = true;
enableDefaultConfig = false;
matchBlocks."*" = {
identityFile = "~/.ssh/work_ed25519";
addKeysToAgent = "yes";

View file

@ -89,7 +89,7 @@ in {
graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
extraPackages = with pkgs; [ libva-vdpau-driver libvdpau-va-gl ];
};
nvidia = {
@ -110,9 +110,10 @@ in {
nvidiaBusId = "PCI:1:0:0";
};
};
pulseaudio.support32Bit = true;
};
services.pulseaudio.support32Bit = true;
## Mouse
services.libinput.mouse.accelProfile = "flat";