Added tuigreeter

This commit is contained in:
2026-03-07 22:42:18 +01:00
parent e5abaaca37
commit daee183a83
4 changed files with 182 additions and 1 deletions
+11 -1
View File
@@ -1,7 +1,17 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./wayland.nix
./login-tuigreeter.nix
# ./login-lightdm.nix
];
# .. put any code here
}