diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-30 13:09:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-30 13:09:53 -0400 |
commit | 3e4c64efda269632cf573c79cd297b802c9bb8fa (patch) | |
tree | 91472685b0f145aa003c505e2f8e4ae4c13af9ad /hosts/kaworu | |
parent | update pkgs imports (diff) | |
download | dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.gz dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.bz2 dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.zip |
add ly display manager
Diffstat (limited to 'hosts/kaworu')
-rw-r--r-- | hosts/kaworu/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |