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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user