Files
Foundry/home/misterio/generic.nix
T
Gabriel Fontes 7885b414a4 format with alejandra
okay i'm not a big fan of nixfmt in the end
2024-04-07 14:21:47 -03:00

6 lines
102 B
Nix

{lib, ...}: {
imports = [./global];
# Disable impermanence
home.persistence = lib.mkForce {};
}