Added ly as displaymanager
This commit is contained in:
parent
f9bf846c72
commit
7a1dca2a96
|
@ -17,9 +17,9 @@ with lib;
|
||||||
./brightnessctl/default.nix
|
./brightnessctl/default.nix
|
||||||
./fontconfig/default.nix
|
./fontconfig/default.nix
|
||||||
./graphics/default.nix
|
./graphics/default.nix
|
||||||
./greeter/gdm/default.nix
|
|
||||||
./greeter/greetd/default.nix
|
./greeter/greetd/default.nix
|
||||||
./greeter/greetd/tuigreet.nix
|
./greeter/greetd/tuigreet.nix
|
||||||
|
./greeter/ly/default.nix
|
||||||
./locale/default.nix
|
./locale/default.nix
|
||||||
./neovim/default.nix
|
./neovim/default.nix
|
||||||
./networkmanager/default.nix
|
./networkmanager/default.nix
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.modules.gdm;
|
cfg = config.modules.ly;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.gdm = {
|
options.modules.ly = {
|
||||||
enable = mkEnableOption "gdm";
|
enable = mkEnableOption "ly";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
Loading…
Reference in New Issue