diff --git a/home/gui/files/sway/smaug b/home/gui/files/sway/smaug index 6106b29..807fe13 100644 --- a/home/gui/files/sway/smaug +++ b/home/gui/files/sway/smaug @@ -20,7 +20,7 @@ font pango:JetBrains Mono 8 workspace_auto_back_and_forth yes set $laptop eDP-1 -#output $laptop scale 1.1 +output $laptop scale 0.75 bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:off output $laptop enable diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index 82146bf..81cc77e 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -6,6 +6,7 @@ ./hardware-configuration.nix ../workstation ../wm + ../wm/sddm ]; networking.hostName = "smaug"; } diff --git a/hosts/wm/sddm/default.nix b/hosts/wm/sddm/default.nix index 7552dcc..e5bd2f1 100644 --- a/hosts/wm/sddm/default.nix +++ b/hosts/wm/sddm/default.nix @@ -1,8 +1,11 @@ { pkgs, ... }: { - services.xserver.displayManager = { + environment.systemPackages = with pkgs; [ sddm-chili-theme ]; + + services.displayManager = { sddm = { enable = true; + theme = "chili"; wayland = { enable = true; compositor = "weston";