aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/configuration/base/default.nix
blob: a71f54a00d2ee174ddd23f1c38bf191c8c0ab9f8 (plain)
1
2
3
4
5
6
7
8
/**
 * A set of userspace tools to install for all systems
 */
{ config, lib, pkgs, ... }:

{
  imports = [ ./fish ./git ./shell ]
}