1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/tests/modules/programs/jjui/empty-settings.nix
Austin Horstman 69083b3cdd jjui: init module
Add a module for configuring the jjui program.
2025-09-12 12:35:11 -05:00

9 lines
134 B
Nix

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