Fix rofi config + go path

This commit is contained in:
Filippo Berto 2022-06-29 13:16:42 +02:00
parent cdca146eff
commit 722fdff192
2 changed files with 8 additions and 17 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs.go = {
enable = true;
goPath = ".go";
};
home.packages = with pkgs; [