1 KiB
1 KiB
Core Program Configuration
Import configurations for programs and install programs with no configuration.
{ config, pkgs, ... }:
{
imports = [
./emacs/core.nix
./fastfetch.nix
./ghostty.nix
./git.nix
./ncmpcpp.nix
./neovim.nix
./ssh.nix
./zsh/core.nix
];
home.packages = with pkgs; [
aescrypt
bash-language-server
bear
binutils
bison
cmake
cmake-language-server
curl
dos2unix
eza
ffmpeg
gnutls
go
gopls
gpgme
htop
imagemagick
inetutils
lesspipe
marksman
mailutils
meson
mpv
ninja
pandoc
python312
python312Packages.black
python312Packages.pylint
python312Packages.python-lsp-server
rsync
rustup
shellcheck
shfmt
texliveFull
tree-sitter
typescript-language-server
vscode-langservers-extracted
wget
yt-dlp
];
}