refactor(nix/hm/price): separate go to separate conf
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m6s

This commit is contained in:
Price Hiller 2024-06-12 06:09:58 -05:00
parent b282f62b73
commit a8f2e16dbc
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
programs.go = {
enable = true;
goBin = ".local/bin/go";
goPath = ".local/share/go";
};
home.packages = with pkgs; [ (lib.hiPrio gotools) ];
}

View File

@ -119,10 +119,6 @@ in
qt6Packages.qt6ct
libsForQt5.qt5ct
]
++ [
go
(lib.hiPrio gotools)
]
++ [
age
age-plugin-yubikey