more nvim config
This commit is contained in:
parent
586f01ac58
commit
123fd7b129
10 changed files with 171 additions and 61 deletions
|
@ -30,7 +30,6 @@ in {
|
|||
mattermost-desktop
|
||||
mullvad-vpn
|
||||
neofetch
|
||||
nixfmt
|
||||
nixpkgs-review
|
||||
plex-media-player
|
||||
plexamp
|
||||
|
@ -44,7 +43,7 @@ in {
|
|||
|
||||
# Enable my own hm modules
|
||||
themes.v.catppuccin.enable = true;
|
||||
programs = {
|
||||
programs = {
|
||||
v = {
|
||||
vscode.enable = true;
|
||||
nvim.enable = true;
|
||||
|
@ -77,8 +76,11 @@ in {
|
|||
enable = true;
|
||||
profiles.default = { isDefault = true; };
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
};
|
||||
|
||||
};
|
||||
# Syncthing
|
||||
services.syncthing.enable = true;
|
||||
xdg.userDirs = let home = config.home.homeDirectory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue