summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configuration.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix
index 5b5f01f..5de90d1 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -74,9 +74,8 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
- vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
+ vim
wget
- git
hyprland
kitty
libnotify
@@ -89,6 +88,7 @@
statix
python314
zig
+ git-credential-oauth
];
programs.git = {
@@ -99,6 +99,10 @@
email = "admonty1@protonmail.com";
};
pull.rebase = true;
+ credential = {
+ helper = "oauth";
+ };
+
};
};