not sure just stuff on my local

This commit is contained in:
RingOfStorms (Josh) 2024-08-21 20:13:33 -05:00
parent 715a1c9602
commit 92108c45f1
4 changed files with 30 additions and 25 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.wezterm ];
home.file.".wezterm.lua".source = ./wezterm.lua;
# DISABLED
# home.packages = [ pkgs.wezterm ];
# home.file.".wezterm.lua".source = ./wezterm.lua;
}