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