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