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/shinji/default.nix | |
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 '')
-rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |