nixos/home/foot.nix

6 lines
64 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
programs.foot.enable = true;
}