diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index bc46a52..824b763 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -226,6 +226,10 @@ in "size 80% 80%,lumina" "center,lumina" "opaque,lumina" + "float,'org.chriscochrun.lumina'" + "size 80% 80%,'org.chriscochrun.lumina'" + "center,'org.chriscochrun.lumina'" + "opaque,'org.chriscochrun.lumina'" "workspace ${if laptop then "1" else "3"},title:presentation-window" ]; diff --git a/modules/desktop.nix b/modules/desktop.nix index 927f475..41d7f4e 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -91,7 +91,7 @@ }; services.displayManager.cosmic-greeter = { - enable = false; + enable = true; }; services.greetd = {