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

@@ -3,27 +3,11 @@ with lib.hm.gvariant;
{
config = {
home.stateVersion = "24.05";
programs.git = {
enable = true;
settings = {
user.name = "Remy Moll";
user.email = "remy.moll@artidis.com";
};
};
# on macos we don't set the default shell to fish as it breaks some things
# instead we just tell the terminal to run fish as the first command
# this means that the first thing fish should do is to clear the screen
programs.fish = {
interactiveShellInit = "clear";
};
};
imports = [
../../modules/home-manager/browser.nix
../../modules/home-manager/code.nix
@@ -31,10 +15,9 @@ with lib.hm.gvariant;
../../modules/home-manager/fish.nix
../../modules/home-manager/kubectl.nix
../../modules/home-manager/macos-tiling
../../modules/home-manager/macos-fixes.nix
../../modules/home-manager/nh.nix
../../modules/home-manager/obsidian.nix
../../modules/home-manager/work
];
}