moore tiling
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user