[tohru] Modularise GNOME config

This commit is contained in:
Katherina Walshe-Grey 2024-06-05 21:15:54 +01:00
parent 0f824bc284
commit 331d4006c2
4 changed files with 34 additions and 22 deletions

8
home/gnome/default.nix Normal file
View file

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