Compare commits
2 Commits
cc23aeedc6
...
4c16c8c2fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c16c8c2fa | |||
| 29b9198ce2 |
@@ -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