summaryrefslogtreecommitdiff
path: root/nixos/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-24 11:54:54 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-24 11:54:54 +0100
commitfbb5187da68232fa8871609e0eb0fbd3e4a3281c (patch)
treeb70d8decee07a9ba0c01d4bc9ab3cb695efc81aa /nixos/common.nix
parent9edcf0276c98f9d52e276303484699a131157866 (diff)
downloaduser-config-fbb5187da68232fa8871609e0eb0fbd3e4a3281c.tar.gz
user-config-fbb5187da68232fa8871609e0eb0fbd3e4a3281c.zip
add usefull programs
Diffstat (limited to 'nixos/common.nix')
-rw-r--r--nixos/common.nix11
1 files changed, 10 insertions, 1 deletions
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;