per host nix modules by user

This commit is contained in:
ringofstorms 2024-04-07 12:54:35 -05:00
parent a2f8cbc5af
commit 031b8da8f5
26 changed files with 23 additions and 4 deletions

View file

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