nixcfg/home/aly-gnome.nix

6 lines
83 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [ ./common.nix ./common-gui.nix ./gnome ];
}