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 = [
|
imports = [
|
||||||
./data
|
./data
|
||||||
./shell-profile
|
./shell-profile
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
# provide some editors
|
# provide some editors
|
||||||
nano
|
nano
|
||||||
vim
|
vim
|
||||||
|
|
Loading…
Reference in a new issue