switch back to yabai for tiling. experimental shift of zen setup

This commit is contained in:
Remy Moll
2025-12-10 10:04:45 +01:00
parent 895a6011a0
commit 5a26b08ba3
12 changed files with 152 additions and 207 deletions

View File

@@ -0,0 +1,14 @@
{
config,
lib,
...
}:
{
programs.git = {
enable = true;
settings = {
user.name = "Remy Moll";
user.email = "remy.moll@artidis.com";
};
};
}