bump nix-colors and fix ssh remote forwards

This commit is contained in:
Gabriel Fontes
2022-07-06 15:11:57 -03:00
parent 6d135a55e0
commit 4b67981dac
3 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -149,11 +149,11 @@
"base16-schemes": "base16-schemes"
},
"locked": {
"lastModified": 1655899409,
"narHash": "sha256-2ekavfmPv13jN/uvF1k79gMzv4ttSWLQ2FtgVRTZ2Vw=",
"lastModified": 1657130915,
"narHash": "sha256-RmvKqcW6QujbbwT7LCoAWFVtqlTcN25W92ytu47QiU4=",
"owner": "misterio77",
"repo": "nix-colors",
"rev": "308fe8855ee4c35347baeaf182453396abdbe8df",
"rev": "d97b39696794be1ece13fd58996c9a102bc9a971",
"type": "github"
},
"original": {
+1 -1
View File
@@ -107,7 +107,7 @@
username = "misterio";
hostname = "atlas";
wallpaper = "painting-river-snow-forest-gold";
colorscheme = "phd";
colorscheme = "harmonic-dark";
persistence = true;
desktop = "hyprland";
features = [
+2 -2
View File
@@ -10,8 +10,8 @@ in
host = concatStringsSep " " hostnames;
forwardAgent = true;
remoteForwards = [{
bind.address = "$XDG_RUNTIME_DIR/gnupg/S.gpg-agent";
host.address = "$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.extra";
bind.address = ''/run/user/1000/gnupg/S.gpg-agent'';
host.address = ''/run/user/1000/gnupg/S.gpg-agent.extra'';
}];
};
};