nixfiles/home/gnome/default.nix

10 lines
140 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
# TODO: nix-ify other parts of GNOME config
./appearance.nix
./keyboard.nix
];
}