15 lines
245 B
Nix
15 lines
245 B
Nix
{ config, pkgs, lib, ... }: {
|
|
|
|
imports = [
|
|
./applications.nix
|
|
./desktop-environment.nix
|
|
./desktop-i3.nix
|
|
./hardware.nix
|
|
./multimedia.nix
|
|
./office-suite.nix
|
|
./scripts.nix
|
|
./security.nix
|
|
./webapps.nix
|
|
];
|
|
|
|
}
|