nix/hosts/pickwick/home.nix
2025-03-03 22:54:32 -06:00

15 lines
160 B
Nix

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