mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Migrating some doom emacs to nvchad
This commit is contained in:
parent
f975867a81
commit
29eacd05bb
12 changed files with 353 additions and 3 deletions
|
@ -1,10 +1,15 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
neovide
|
||||
lua-language-server
|
||||
];
|
||||
home.file.".config/nvim".source = inputs.nvchad;
|
||||
home.file.".config/nvim".source = ./.;
|
||||
home.file.".config/nvim".recursive = true;
|
||||
home.file.".config/nvim/lua/themes/stylix.lua".source = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./lua/themes/stylix.lua.mustache;
|
||||
extension = ".lua";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue