aboutsummaryrefslogtreecommitdiff
path: root/modules/base/default.nix
blob: 3c135ad5f30e187b2dd9516c3b5bf2e24a1b0974 (plain)
1
2
3
4
5
6
7
8
{ config, ... }:

{
  imports = [
    ./fish
    ./user.nix
  ];
}