[msft-mac] Clean up darwin home modules. Prepare mstf-mac config.
Signed-off-by: Mariano Uvalle <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
dff049e7f8
commit
fe118afd58
9 changed files with 175 additions and 91 deletions
|
|
@ -6,16 +6,21 @@
|
|||
} : {
|
||||
|
||||
imports = [
|
||||
../../home-modules/tmux-darwin.nix
|
||||
../../home-modules/tmux.nix
|
||||
../../home-modules/lazygit.nix
|
||||
../../home-modules/zsh.nix
|
||||
../../home-modules/starship.nix
|
||||
../../home-modules/nvim.nix
|
||||
../../home-modules/direnv.nix
|
||||
# I should update the module with an option for adding winodow decorations.
|
||||
../../home-modules/ghostty-mac-config.nix
|
||||
../../home-modules/ghostty-config.nix
|
||||
];
|
||||
|
||||
ghostty = {
|
||||
font-size = "17.2";
|
||||
window-decoration = true;
|
||||
};
|
||||
|
||||
nvim = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.neovim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue