use imports and split programs into their own files for organization
This commit is contained in:
parent
88107ecd41
commit
a442323649
25 changed files with 850 additions and 357 deletions
6
users/josh/programs/wezterm/wezterm.nix
Normal file
6
users/josh/programs/wezterm/wezterm.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.wezterm ];
|
||||
home.file.".wezterm.lua".source = ./wezterm.lua;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue