edit git
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Krosh";
|
||||
userEmail = "gudovdo@my.msu.ru";
|
||||
};
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# amnezia-vpn
|
||||
# firefox # in nixos config
|
||||
telegram-desktop
|
||||
firefox
|
||||
vscode
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user