1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
home-manager/tests/modules/programs/smug/empty-settings.nix
Pim Snel 2f23155326 smug: init module
This adds smug, a session manager and task runner for tmux, as module.
2025-03-24 17:49:47 +01:00

6 lines
107 B
Nix

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