1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
home-manager/tests/modules/programs/inori/default-config.nix
2025-04-19 09:05:58 -05:00

9 lines
148 B
Nix

{
config = {
programs.inori.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/inori/config.toml
'';
};
}