mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Remove warnings
This commit is contained in:
parent
fdb7391a32
commit
469b1f78b4
8 changed files with 15 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue