Added ly as displaymanager

This commit is contained in:
Jan-Bulthuis 2025-02-11 22:21:52 +01:00
parent f9bf846c72
commit 7a1dca2a96
2 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ with lib;
./brightnessctl/default.nix
./fontconfig/default.nix
./graphics/default.nix
./greeter/gdm/default.nix
./greeter/greetd/default.nix
./greeter/greetd/tuigreet.nix
./greeter/ly/default.nix
./locale/default.nix
./neovim/default.nix
./networkmanager/default.nix

View File

@ -7,11 +7,11 @@
with lib;
let
cfg = config.modules.gdm;
cfg = config.modules.ly;
in
{
options.modules.gdm = {
enable = mkEnableOption "gdm";
options.modules.ly = {
enable = mkEnableOption "ly";
};
config = mkIf cfg.enable {