chrome for stupid reasons, tmux updates, direnv

This commit is contained in:
= 2024-03-13 13:53:45 -05:00
parent c14e0dde4e
commit 3e02b38f38
5 changed files with 39 additions and 4 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.google-chrome ];
}