dots/modules/home-manager/bundles/desktop.nix
wi11-holdsworth f2b6808c93 refactor: move graphical applications to a separate bundle
this facilitates lean clients, e.g. a laptop with only a virutal console
2026-01-06 13:29:42 +11:00

13 lines
150 B
Nix

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