dots/modules/home-manager/bundles/desktop.nix
2025-10-22 01:22:05 +11:00

16 lines
195 B
Nix

{
util,
...
}:
{
imports = util.toImports ../features [
# keep-sorted start
"aerc"
"kitty"
"mail"
"obsidian"
"zellij"
"zen-browser"
# keep-sorted end
];
}