This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager-flake/lib/default.nix

4 lines
61 B
Nix

{ pkgs, ... }: {
tmux = pkgs.callPackage ./tmux.nix { };
}