aboutsummaryrefslogtreecommitdiff
path: root/modules/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/foot.nix')
-rw-r--r--modules/foot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix
index 880342f..69f6bf2 100644
--- a/modules/foot.nix
+++ b/modules/foot.nix
@@ -4,7 +4,7 @@
options.foot.enable = lib.mkEnableOption "Enable and configure the Foot terminal emulator";
config = lib.mkIf config.foot.enable {
home.packages = with pkgs; [
- (nerdfonts.override { fonts = [ "SpaceMono" "IBMPlexMono" "Terminus" ]; })
+ nerd-fonts.space-mono
];
programs.foot = {