macos: cleaning up module options
This commit is contained in:
parent
bf3ae9c4d0
commit
f4a42710b5
1 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue