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 = [
./data
./shell-profile
];
environment.systemPackages = [
environment.systemPackages = with pkgs; [
# provide some editors
nano
vim