12 lines
180 B
Nix
12 lines
180 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [
|
|
./system
|
|
./applications
|
|
# TODO Refactor everything after this.
|
|
./boot.nix
|
|
./cli.nix
|
|
./fonts.nix
|
|
./zfs.nix
|
|
];
|
|
}
|