switch back to yabai for tiling. experimental shift of zen setup
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user