Compare commits

..

2 Commits

Author SHA1 Message Date
fc0f3cb5d1 fix: enable yubikey on work laptop 2025-12-10 14:14:14 +05:00
f420903dde fix: use go package cache in work laptop 2025-12-10 14:10:25 +05:00
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
GO_PROXY="https://go.dogar.dev";
}; };
file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc"; "${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";

View File

@@ -76,6 +76,7 @@
username = "dogar"; username = "dogar";
handle = "shadogar"; handle = "shadogar";
email = {user = "shahab.dogar@blueocean.ai";}; email = {user = "shahab.dogar@blueocean.ai";};
useYubikey = lib.mkForce true;
}; };
networking = { networking = {