This commit is contained in:
2025-11-14 04:22:13 +03:00
parent d6dc169e1c
commit 583f5b48be
3 changed files with 15 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
programs.git = {
enable = true;
userName = "Krosh";
userEmail = "gudovdo@my.msu.ru";
};
}
+2 -2
View File
@@ -2,8 +2,8 @@
{
home.packages = with pkgs; [
# amnezia-vpn
# firefox # in nixos config
telegram-desktop
firefox
vscode
];
}