17 lines
242 B
Nix
17 lines
242 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
age-plugin-fido2-hmac
|
|
comma
|
|
dogdns
|
|
file
|
|
just
|
|
nix-output-monitor
|
|
passage
|
|
rage
|
|
];
|
|
|
|
home.sessionVariables = {
|
|
GOPROXY = "https://athena.patagia.net";
|
|
};
|
|
}
|