dots/modules/home-manager/bundles/gui.nix

15 lines
196 B
Nix

{
util,
...
}:
{
imports = util.toImports ../features [
# keep-sorted start
"alacritty"
"firefox"
"librewolf"
"obsidian"
# "zen-browser"
# keep-sorted end
];
}