feat: nvim new configs

This commit is contained in:
Rasyidan Akbar F. 2025-10-28 20:32:32 +07:00
commit 553ef00fa9
17 changed files with 447 additions and 96 deletions

View file

@ -16,7 +16,7 @@ in {
};
brews = mkOption {
type = types.listOf types.str;
default = [ "curl" "yt-dlp" "ruff" "libmagic" "ghostscript" "infisical" ];
default = [ "curl" "yt-dlp" "ruff" "libmagic" "infisical" ];
description = "Homebrew formulae to install.";
};
casks = mkOption {
@ -24,6 +24,7 @@ in {
default = [
"bitwarden"
"brave-browser"
"firefox"
"pgadmin4"
"docker-desktop"
"spotify"