add some software

This commit is contained in:
Charlotte Som 2025-03-02 10:02:35 +00:00
parent adb5b54a4e
commit 81a2d0c93f

View file

@ -2,10 +2,13 @@
environment.systemPackages = with pkgs; [
vim
tmux
htop
wget
] ++ [
unstable-pkgs.deno
unstable-pkgs.sqlite-interactive
unstable-pkgs.httpie
unstable-pkgs.jujutsu
];
programs.vim.enable = true;