Adjust nix config

This commit is contained in:
jgrogan 2025-07-14 09:11:35 +01:00
parent e170c9657d
commit 47497e3b27
3 changed files with 11 additions and 8 deletions

View file

@ -6,6 +6,9 @@
environment.systemPackages =
[
pkgs.vim
pkgs.wget
pkgs.git
pkgs.htop
];
# Necessary for using flakes on this system.