nixfiles/home/gnome/default.nix

9 lines
121 B
Nix

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