mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 10:04:20 -05:00
bump nix-colors and fix ssh remote forwards
This commit is contained in:
Generated
+3
-3
@@ -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": {
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
username = "misterio";
|
||||
hostname = "atlas";
|
||||
wallpaper = "painting-river-snow-forest-gold";
|
||||
colorscheme = "phd";
|
||||
colorscheme = "harmonic-dark";
|
||||
persistence = true;
|
||||
desktop = "hyprland";
|
||||
features = [
|
||||
|
||||
@@ -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'';
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user