mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
6 lines
101 B
Nix
6 lines
101 B
Nix
inputs: {
|
|
imports = [
|
|
(import ./autoLogin.nix inputs)
|
|
(import ./lightDM.nix inputs)
|
|
];
|
|
}
|