index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
isolation.nix
blob: cfb687292d7c12457a17978586cc83c0620f6633 (
plain
)
1
2
3
4
{
lib
,
pkgs
,
...
}:
with
lib
;
{
home
.
isolation
.
enable
=
true
;
}