Files
Nixos/modules/display-manager/default.nix
T
2025-08-03 18:24:21 +02:00

8 lines
61 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./ly
];
}