add darwin stuff

This commit is contained in:
Mars 2024-07-28 21:52:06 -04:00
parent e4c20f0163
commit e0e24a42ad
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
23 changed files with 455 additions and 303 deletions

View file

@ -1,6 +1,3 @@
{...}: {
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
programs.wezterm.enable = true;
}