From 96d7f4f0acc82bc6b12b41ac8d5fbfbd54e41599 Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 31 Mar 2023 15:52:37 +0200 Subject: chore(3p/sources): Bump channels & overlays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Satisfy new assert that the corresponding shell needs to be enabled via programs.* if it is as the login shell of at least one user. * //users/tazjin: “Address” removal of hardware.video.hidpi option. * //3p/gerrit: update fetch sha256 Change-Id: Id0988a0ea7f393d6b7848a7104fc3526ee1177f4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8407 Autosubmit: sterni Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/modules/tvl-users.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ops/modules/tvl-users.nix') diff --git a/ops/modules/tvl-users.nix b/ops/modules/tvl-users.nix index 0e6bcec280ab..004bc5cbfff0 100644 --- a/ops/modules/tvl-users.nix +++ b/ops/modules/tvl-users.nix @@ -84,12 +84,12 @@ }; }; + programs.fish.enable = true; + environment.systemPackages = with pkgs; [ alacritty.terminfo foot.terminfo rxvt-unicode-unwrapped.terminfo - - # TODO(sterni): re-enable when the kitty build is fixed upstreams - # kitty.terminfo + kitty.terminfo ]; } -- cgit 1.4.1