mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +01:00
13 lines
183 B
Nix
13 lines
183 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./boot.nix
|
|
./security.nix
|
|
./i18n.nix
|
|
./network.nix
|
|
./sound.nix
|
|
./xserver.nix
|
|
./virtualisation.nix
|
|
./packages.nix
|
|
];
|
|
}
|