diff --git a/users/price/conf/go/default.nix b/users/price/conf/go/default.nix new file mode 100644 index 00000000..c6366627 --- /dev/null +++ b/users/price/conf/go/default.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: +{ + programs.go = { + enable = true; + goBin = ".local/bin/go"; + goPath = ".local/share/go"; + }; + home.packages = with pkgs; [ (lib.hiPrio gotools) ]; +} diff --git a/users/price/home.nix b/users/price/home.nix index 0181501f..27c1e8e0 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -119,10 +119,6 @@ in qt6Packages.qt6ct libsForQt5.qt5ct ] - ++ [ - go - (lib.hiPrio gotools) - ] ++ [ age age-plugin-yubikey