9 lines
127 B
Nix
9 lines
127 B
Nix
{ lib, config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./greetd/default.nix
|
|
./tuigreet/default.nix
|
|
./users/default.nix
|
|
];
|
|
} |