summaryrefslogtreecommitdiff
path: root/home/isolation.nix
blob: cfb687292d7c12457a17978586cc83c0620f6633 (plain)
1
2
3
4
{ lib, pkgs, ... }:
with lib; {
  home.isolation.enable = true;
}