moore tiling

This commit is contained in:
Remy Moll
2025-12-05 17:20:44 +01:00
parent 6ee9e50a01
commit 895a6011a0
12 changed files with 147 additions and 157 deletions

View File

@@ -4,12 +4,19 @@ with lib.hm.gvariant;
config = {
home.stateVersion = "24.05";
programs.git = {
enable = true;
settings = {
user.name = "Remy Moll";
user.email = "remy.moll@artidis.com";
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";
};
};
};
@@ -24,6 +31,7 @@ with lib.hm.gvariant;
../../modules/home-manager/fish.nix
../../modules/home-manager/kubectl.nix
../../modules/home-manager/macos-tiling
../../modules/home-manager/nh.nix
../../modules/home-manager/work
];