10 lines
171 B
Nix
10 lines
171 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./wayland.nix
|
|
./login-tuigreeter.nix
|
|
# ./login-lightdm.nix
|
|
];
|
|
# .. put any code here
|
|
}
|