Install file.

This commit is contained in:
2024-09-11 16:34:38 +01:00
parent 1ea0447d24
commit 689217be78

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file
nodejs_20 nodejs_20
neovim neovim
]; ];