1
0
Fork 0
nixfiles/configuration/desktop/default.nix

10 lines
83 B
Nix

{ ... }:
{
imports = [
./fonts.nix
./gnome.nix
./xserver.nix
];
}