add some software
This commit is contained in:
parent
adb5b54a4e
commit
81a2d0c93f
1 changed files with 3 additions and 0 deletions
|
@ -2,10 +2,13 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
tmux
|
tmux
|
||||||
|
htop
|
||||||
|
wget
|
||||||
] ++ [
|
] ++ [
|
||||||
unstable-pkgs.deno
|
unstable-pkgs.deno
|
||||||
unstable-pkgs.sqlite-interactive
|
unstable-pkgs.sqlite-interactive
|
||||||
unstable-pkgs.httpie
|
unstable-pkgs.httpie
|
||||||
|
unstable-pkgs.jujutsu
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.vim.enable = true;
|
programs.vim.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue