mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
11 lines
166 B
Nix
11 lines
166 B
Nix
{
|
|
flake.modules.nixos.desktop = {
|
|
services.displayManager.ly = {
|
|
enable = true;
|
|
settings = {
|
|
# session_log = "null";
|
|
};
|
|
};
|
|
};
|
|
}
|