aboutsummaryrefslogtreecommitdiffstats
path: root/home/don/fangorn.nix
blob: 17d39fd43c5f706aea71f45988e606ab8da6acb8 (plain)
1
2
3
4
5
6
7
{ inputs, lib, pkgs, config, outputs, ... }:
{
  imports = [
    common/core
    common/optional/desktops
  ];
}