summaryrefslogtreecommitdiff
path: root/nix/systems/continuity/home.nix
blob: 59b05fc371d293547bc358d58457d495bd947d40 (plain)
1
2
3
4
5
6
{ lib, config, pkgs, ... }:
{
  imports = [
    ../home-common.nix
  ];
}