From 3e4c64efda269632cf573c79cd297b802c9bb8fa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Jun 2025 13:09:53 -0400 Subject: add ly display manager --- hosts/kaworu/default.nix | 1 + hosts/shinji/default.nix | 1 + hosts/thinkpad/default.nix | 1 + 3 files changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index 18bfc8e..ab336f7 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -26,6 +26,7 @@ desktops = { enable = true; hyprland = true; + ly = true; }; development = { c = true; diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 8051429..543936e 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -48,6 +48,7 @@ desktops = { enable = true; hyprland = true; + ly = true; }; development = { c = true; diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 754b330..4f10489 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -26,6 +26,7 @@ desktops = { enable = true; hyprland = true; + ly = true; }; gaming = { homestuck = true; -- cgit v1.2.3-freya