nixos/home/foot.nix

6 lines
64 B
Nix

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