refactor(nix/hm/price): separate go
to separate conf
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m6s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m6s
This commit is contained in:
parent
b282f62b73
commit
a8f2e16dbc
9
users/price/conf/go/default.nix
Normal file
9
users/price/conf/go/default.nix
Normal 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) ];
|
||||
}
|
@ -119,10 +119,6 @@ in
|
||||
qt6Packages.qt6ct
|
||||
libsForQt5.qt5ct
|
||||
]
|
||||
++ [
|
||||
go
|
||||
(lib.hiPrio gotools)
|
||||
]
|
||||
++ [
|
||||
age
|
||||
age-plugin-yubikey
|
||||
|
Loading…
Reference in New Issue
Block a user