about summary refs log tree commit diff
path: root/ops/modules
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-03-31T13·52+0200
committerclbot <clbot@tvl.fyi>2023-04-07T09·20+0000
commit96d7f4f0acc82bc6b12b41ac8d5fbfbd54e41599 (patch)
treec714ab1759cc56fcafac08998097d45ae39482b7 /ops/modules
parent9b78aa1ad65a0cf1b740a43c4032a248660bbe81 (diff)
chore(3p/sources): Bump channels & overlays r/6072
* 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 <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/modules')
-rw-r--r--ops/modules/tvl-users.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/ops/modules/tvl-users.nix b/ops/modules/tvl-users.nix
index 0e6bcec280..004bc5cbff 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
   ];
 }