Compare commits
3 Commits
cc23aeedc6
...
old-main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3166ad5b32 | |||
| 4c16c8c2fa | |||
| 29b9198ce2 |
@@ -54,6 +54,7 @@
|
||||
};
|
||||
programs.bash.enable = true;
|
||||
programs.bash.bashrcExtra = ''
|
||||
export GIT_ASKPASS=""
|
||||
if [ -f .bashrc.orig ]; then
|
||||
. ~/.bashrc.orig
|
||||
fi
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
stylix,
|
||||
username,
|
||||
ghostty,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -35,6 +36,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh.startAgent = true; # Use OpenSSH agent instead
|
||||
services.gnome.gnome-keyring.enable = lib.mkForce false; # Disable GNOME keyring
|
||||
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
@@ -72,6 +76,12 @@
|
||||
enable = true;
|
||||
flake = "/home/${username}/nix-config";
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
config = {
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.nameservers = [
|
||||
|
||||
Reference in New Issue
Block a user