nvim stuff
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{
|
||||
imports = [
|
||||
./home-manager/atuin.nix
|
||||
./home-manager/bat.nix
|
||||
./home-manager/eza.nix
|
||||
./home-manager/fish.nix
|
||||
./home-manager/git.nix
|
||||
./home-manager/jujutsu.nix
|
||||
./home-manager/neovim
|
||||
./home-manager/ssh.nix
|
||||
./home-manager/starship.nix
|
||||
./home-manager/zellij.nix
|
||||
./home-manager/zoxide.nix
|
||||
./home-manager/zsh.nix
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./jujutsu.nix
|
||||
./neovim
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
{ nixvim, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
nixvim.homeManagerModules.nixvim
|
||||
./options.nix
|
||||
./plugins
|
||||
./plugins/oil.nix
|
||||
./plugins/which-key.nix
|
||||
];
|
||||
|
||||
home.shellAliases.v = "nvim";
|
||||
@@ -12,12 +10,15 @@
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
nixpkgs.useGlobalPackages = true;
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
luaLoader.enable = true;
|
||||
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "latte";
|
||||
};
|
||||
};
|
||||
|
||||
clipboard.register = "unnamedplus";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
colorschemes.catppuccin.enable = true;
|
||||
};
|
||||
}
|
||||
{ }
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
imports = [
|
||||
./oil.nix
|
||||
];
|
||||
}
|
||||
5
profiles/base/home-manager/neovim/plugins/which-key.nix
Normal file
5
profiles/base/home-manager/neovim/plugins/which-key.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.nixvim.plugins.which-key = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
@@ -5,6 +6,7 @@
|
||||
settings = {
|
||||
theme = "catppuccin-latte";
|
||||
default_layout = "compact";
|
||||
default_shell = "${pkgs.fish}/bin/fish";
|
||||
show_startup_tips = false;
|
||||
show_release_notes = false;
|
||||
};
|
||||
|
||||
@@ -13,7 +13,6 @@ with pkgs;
|
||||
jq
|
||||
killall
|
||||
libfido2
|
||||
neovim
|
||||
nerd-fonts.iosevka
|
||||
nixfmt
|
||||
nodejs_24
|
||||
|
||||
Reference in New Issue
Block a user