macos: cleaning up module options

main
Zynh Ludwig 2024-07-21 12:50:12 -07:00
parent bf3ae9c4d0
commit f4a42710b5
1 changed files with 11 additions and 12 deletions

View File

@ -5,19 +5,18 @@
../../home/modules
];
snowhawk.neovim = {
enable = true;
package = inputs.neovim-overlay.packages.${pkgs.system}.default;
snowhawk = {
alacritty.enable = true;
macos.enable = true;
ssh = {
enable = true;
homeNetwork = true;
};
neovim = {
enable = true;
package = inputs.neovim-overlay.packages.${pkgs.system}.default;
};
};
snowhawk.ssh = {
enable = true;
homeNetwork = true;
};
snowhawk.alacritty = {
enable = true;
};
snowhawk.macos.enable = true;
programs.alacritty.settings = {
font.size = lib.mkForce 16.0;