Small Pinebook fix

This commit is contained in:
jimjam4real 2024-09-30 01:17:23 -04:00
parent dfcd383c50
commit 88e298a7c8

View file

@ -33,5 +33,10 @@
./services/udiskie.nix
];
# Needed to make the speaker work
home.packages = with pkgs; [
alsa-utils
];
wayland.windowManager.sway.config.output.${outputs.displays.dI}.scale = "1.3";
}