Change some things

This commit is contained in:
2024-08-14 21:49:07 +01:00
parent 6d6459418d
commit 4d4098987c
5 changed files with 20 additions and 2 deletions

View File

@@ -4,5 +4,6 @@
./kitty
./nb
./nvim
./wezterm
];
}

View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
hostname,
...
}: {
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}