Compare commits

..

No commits in common. "3816c590e3898a6305ab7ea9bd10051bf5ddb43c" and "dfcd383c50f207b1c8a150aa2d4365a814f7fb2b" have entirely different histories.

View file

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