aboutsummaryrefslogtreecommitdiff
path: root/common/programs.nix
blob: 6970d2c0c284f6c7196a5ac926cd8e33f540daa0 (plain)
1
2
3
4
5
6
7
8
_: {
  # enable programs
  programs = {
    foot.enable = true;
    wezterm.enable = true;
    # ... add more programs as you see fit
  };
}