11 lines
143 B
Nix
Executable file
11 lines
143 B
Nix
Executable file
{...}: {
|
|
imports = [
|
|
./display-server
|
|
|
|
./fonts.nix
|
|
./gnome-keyring.nix
|
|
./graphical.nix
|
|
./polkit.nix
|
|
./xdg.nix
|
|
];
|
|
}
|