nix/hosts/pickwick/home.nix
2025-03-03 23:10:07 -06:00

16 lines
185 B
Nix

{
config,
lib,
pkgs,
...
}:
{
custom = {
latex.enable = true;
gui = {
default.enable = true;
i3.enable = true;
ghostty.enable = true;
};
};
}