6 lines
82 B
Nix
6 lines
82 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./gtk.nix ./gnome.nix ./mimeapps.nix ];
|
|
}
|