feat(programs): add neovide
This commit is contained in:
parent
4f997bc6a8
commit
6c61c3604d
2 changed files with 14 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hm.imports = [ ../programs/neovim/neovide.nix ];
|
||||
hm.home = {
|
||||
packages = with pkgs; [
|
||||
chromium
|
||||
|
|
13
programs/neovim/neovide.nix
Normal file
13
programs/neovim/neovide.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# home-manager module
|
||||
{
|
||||
programs.neovide = {
|
||||
enable = true;
|
||||
settings = {
|
||||
fork = true;
|
||||
font = {
|
||||
normal = "Iosevka";
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue