Compare commits
3 Commits
cc23aeedc6
...
old-main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3166ad5b32 | |||
| 4c16c8c2fa | |||
| 29b9198ce2 |
@@ -54,6 +54,7 @@
|
|||||||
};
|
};
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
||||||
programs.bash.bashrcExtra = ''
|
programs.bash.bashrcExtra = ''
|
||||||
|
export GIT_ASKPASS=""
|
||||||
if [ -f .bashrc.orig ]; then
|
if [ -f .bashrc.orig ]; then
|
||||||
. ~/.bashrc.orig
|
. ~/.bashrc.orig
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
stylix,
|
stylix,
|
||||||
username,
|
username,
|
||||||
ghostty,
|
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.bluetooth.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
@@ -72,6 +76,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/${username}/nix-config";
|
flake = "/home/${username}/nix-config";
|
||||||
};
|
};
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
credential.helper = "store";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.nameservers = [
|
networking.nameservers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user