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