Small Pinebook fix
This commit is contained in:
parent
dfcd383c50
commit
88e298a7c8
|
@ -33,5 +33,10 @@
|
||||||
./services/udiskie.nix
|
./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";
|
wayland.windowManager.sway.config.output.${outputs.displays.dI}.scale = "1.3";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue