edit git
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.packages = with pkgs; [
|
||||
amnezia-vpn
|
||||
telegram-desktop
|
||||
git
|
||||
hyprlock
|
||||
vscode
|
||||
# gnomeExtensions.paperwm
|
||||
nixfmt-classic
|
||||
];
|
||||
@@ -15,6 +10,7 @@
|
||||
imports = [
|
||||
./modules/zsh/zsh.nix
|
||||
./modules/kitty.nix
|
||||
./modules/git.nix
|
||||
];
|
||||
|
||||
# dconf = {
|
||||
@@ -56,4 +52,6 @@
|
||||
home.homeDirectory = "/home/krosh";
|
||||
home.stateVersion = "25.05";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
}
|
||||
|
||||
@@ -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