[tohru] Modularise GNOME config
This commit is contained in:
parent
0f824bc284
commit
331d4006c2
4 changed files with 34 additions and 22 deletions
8
home/gnome/default.nix
Normal file
8
home/gnome/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# TODO: nix-ify other parts of GNOME config
|
||||
./appearance.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue