9 lines
98 B
Nix
9 lines
98 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./config.nix
|
|
./packages.nix
|
|
./login.nix
|
|
];
|
|
}
|