11 lines
162 B
Nix
11 lines
162 B
Nix
{ config, pkgs, lib, ... }: {
|
|
|
|
imports = [
|
|
./desktop-environment.nix
|
|
./greeter.nix
|
|
./hardware.nix
|
|
./office-suite.nix
|
|
./security.nix
|
|
];
|
|
|
|
}
|