feat: nvim new configs
This commit is contained in:
parent
03507560de
commit
553ef00fa9
17 changed files with 447 additions and 96 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue