1.2 KiB
1.2 KiB
Core Program Configuration
Import configurations for programs and install programs with no configuration.
{ config, pkgs, ... }:
{
imports = [
./emacs/core.nix
./ghostty.nix
./git.nix
./neovim.nix
./ssh.nix
./zsh/core.nix
];
home.packages = with pkgs; [
aescrypt
bash-language-server
bear
bison
cabal-install
cmake
cmake-language-server
curl
dasel
dos2unix
eza
ffmpeg
findutils
fzf
ghc
gnuplot
gnutls
go
gopls
gpgme
haskell-language-server
htop
hunspell
hyfetch # TODO: configure
inetutils
ispell
lesspipe
marksman
mailutils
meson
mpv
ninja
nodejs_23
notcurses
p7zip
pandoc
openpomodoro-cli
pup
python312
python312Packages.black
python312Packages.pylint
python312Packages.python-lsp-server
ripgrep
rsync
rustup
shellcheck
shfmt
texliveFull
typescript-language-server
vscode-langservers-extracted
wget
yt-dlp
zig
zls
];
}