From 6e1c5e0fd66c7646336dd4bc86455de4a5ffa39a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 13 Nov 2024 10:27:34 -0600 Subject: [PATCH] adding cosmic --- home/modules/hyprland.nix | 4 ++++ modules/desktop.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 = {