soda: fix package installation

This commit is contained in:
Max Headroom 2022-05-28 22:00:08 +02:00
parent 37258071e7
commit 551c6739a4

View file

@ -1,10 +1,12 @@
{ pkgs, ... }:
{ {
imports = [ imports = [
./data ./data
./shell-profile ./shell-profile
]; ];
environment.systemPackages = [ environment.systemPackages = with pkgs; [
# provide some editors # provide some editors
nano nano
vim vim