Update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
./kitty
|
||||
./lf
|
||||
./neofetch
|
||||
./nvim
|
||||
./nvim/laptop.nix
|
||||
./qutebrowser
|
||||
./spicetify
|
||||
./wofi
|
||||
|
||||
33
home/apps/nvim/server.nix
Normal file
33
home/apps/nvim/server.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{ inputs, ... }: {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./auto-pairs.nix
|
||||
./options.nix
|
||||
./telescope.nix
|
||||
./nvim-tree.nix
|
||||
./lightline.nix
|
||||
./git.nix
|
||||
./cmp.nix
|
||||
./none-ls.nix
|
||||
./wilder.nix
|
||||
./lsp.nix
|
||||
./treesitter.nix
|
||||
./toggleterm.nix
|
||||
./whichkey.nix
|
||||
./alpha.nix
|
||||
./keymaps.nix
|
||||
./comment.nix
|
||||
./oil.nix
|
||||
./trouble.nix
|
||||
./noice.nix
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = { transparent_background = true; };
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{ imports = [ ./lf ./neofetch ./nvim ]; }
|
||||
{ imports = [ ./lf ./neofetch ./nvim/server.nix ]; }
|
||||
|
||||
Reference in New Issue
Block a user