This commit is contained in:
Till 2023-05-15 00:20:08 +02:00
parent 3c3998d270
commit 02545a51e9
4 changed files with 25 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs;
@ -11,6 +11,7 @@
sf
tidyverse
tmap
languageserver
];
};
in [