mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
6 lines
102 B
Nix
6 lines
102 B
Nix
{lib, ...}: {
|
|
imports = [./global];
|
|
# Disable impermanence
|
|
home.persistence = lib.mkForce {};
|
|
}
|