soda: fix package installation
This commit is contained in:
parent
37258071e7
commit
551c6739a4
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./data
|
||||
./shell-profile
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
environment.systemPackages = with pkgs; [
|
||||
# provide some editors
|
||||
nano
|
||||
vim
|
||||
|
|
Loading…
Reference in a new issue