From fbb5187da68232fa8871609e0eb0fbd3e4a3281c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 24 Jan 2023 11:54:54 +0100 Subject: add usefull programs --- nixos/common.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 84b5a17..662116e 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -81,6 +81,14 @@ in vimPlugins.vim-nix vimPlugins.fzf-vim vimPlugins.nerdtree + nixfmt + aspell + hunspell + aspellDicts.fr + aspellDicts.en + hunspellDicts.fr-any + hunspellDicts.en-us-large + hunspellDicts.en-gb-large tmux git git-lfs @@ -98,12 +106,12 @@ in wget gcc gnumake + rustup rclone restic borgbackup nomad consul - nixfmt alacritty firefox @@ -120,6 +128,7 @@ in gimp inkscape krita + mupdf ]; programs.vim.defaultEditor = true; -- cgit v1.2.3