hjem
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
./zsh
|
||||
./git.nix
|
||||
./packages.nix
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
modules/home/neovim.nix
Normal file
8
modules/home/neovim.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
};
|
||||
}
|
||||
@@ -2,9 +2,10 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
zsh
|
||||
neofetch
|
||||
btop
|
||||
zsh
|
||||
wl-clipboard
|
||||
kitty
|
||||
vim
|
||||
|
||||
6
modules/home/zsh/plugins.nix
Normal file
6
modules/home/zsh/plugins.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
programs.zsh.plugins = [
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user