diff --git a/hosts/shuttleworth/home/default.nix b/hosts/shuttleworth/home/default.nix index ff54bf3..4f76f6f 100644 --- a/hosts/shuttleworth/home/default.nix +++ b/hosts/shuttleworth/home/default.nix @@ -1,4 +1,4 @@ -{ nur, ... }: +{ config, nur, ... }: { imports = [ # Apps and programs @@ -19,4 +19,10 @@ # Imports nur.nixosModules.nur ]; + + home.packages = with pkgs; [ + alsa-utils + ]; + + wayland.windowManager.sway.config.output.${config.displays.dI}.scale = "1.3"; }