Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-07 22:48:29 +02:00
parent 2e10d6feff
commit d18d67d86e
8 changed files with 113 additions and 131 deletions
+8 -5
View File
@@ -3,10 +3,13 @@
# CHANGEME: change this to your own SSH key.
home.file.".ssh/allowed_signers".text = "* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIINhWby7lUUXQNKbRu9/UOrGjWDf3fvoAwGHomWv/+lL";
programs.git.settings = {
commit.gpgsign = true;
gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";
gpg.format = "ssh";
user.signingkey = "~/.ssh/key.pub";
programs.git = {
signing.format = "openpgp";
settings = {
commit.gpgsign = true;
gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";
gpg.format = "ssh";
user.signingkey = "~/.ssh/key.pub";
};
};
}
+1 -1
View File
@@ -1,6 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
protonvpn-gui
proton-vpn
proton-pass
proton-authenticator
];
-1
View File
@@ -31,7 +31,6 @@ in {
enabledExtensions = with spicePkgs.extensions; [
playlistIcons
lastfm
historyShortcut
hidePodcasts
adblock