Compare commits

...

2 commits

Author SHA1 Message Date
jimjam4real 3816c590e3 Missed pkgs in Pinebook file 2024-09-30 01:20:25 -04:00
jimjam4real 88e298a7c8 Small Pinebook fix 2024-09-30 01:17:23 -04:00

View file

@ -1,4 +1,4 @@
{outputs, ...}: {
{pkgs, outputs, ...}: {
imports = [
# Common modules
./home.nix
@ -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";
}