foot.nix: switch to wrapped nushell

This commit is contained in:
Charlie Root 2024-09-12 09:37:39 +02:00
commit a332676958

View file

@ -2,6 +2,7 @@
config, config,
lib, lib,
pkgs, pkgs,
self',
... ...
}: let }: let
cfg = config.modules.system.programs.terminals.foot; cfg = config.modules.system.programs.terminals.foot;
@ -24,7 +25,7 @@ in {
app-id = "foot"; app-id = "foot";
title = "foot"; title = "foot";
locked-title = "no"; locked-title = "no";
shell = "nu"; shell = "${self'.packages.nushell}/bin/nu";
font = "Iosevka Nerd Font:size=14"; font = "Iosevka Nerd Font:size=14";
font-bold = "Iosevka Nerd Font:size=14"; font-bold = "Iosevka Nerd Font:size=14";