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