Files
Menno van Leeuwen dfff773f7e
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
moves various things to home manager
2025-01-02 00:59:22 +01:00

7 lines
97 B
Nix

{ ghostty, pkgs, ... }:
{
home.packages = [
ghostty.packages.${pkgs.system}.default
];
}