aboutsummaryrefslogblamecommitdiffstats
path: root/home/sadbeast/norad.nix
blob: 81e7902e3ce42e6fd72004e67fefc9c5b8cf0406 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                        
{
  pkgs,
  config,
  lib,
  ...
}: {
  imports = [
    ./global
    ./features/desktop
    ./features/games.nix
  ];
}