12 lines
202 B
Nix
12 lines
202 B
Nix
{...}: {
|
|
imports = [
|
|
../system/wayland.nix
|
|
../system/sound.nix
|
|
../system/print.nix
|
|
../system/browser.nix
|
|
../system/font.nix
|
|
../system/theme.nix
|
|
../system/cursor.nix
|
|
];
|
|
}
|