feat: switch to personal iamb fork

This commit is contained in:
Youwen Wu 2025-06-16 10:54:20 -07:00
parent 3491c5496b
commit a8a330f0ed
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 8 additions and 6 deletions

10
flake.lock generated
View file

@ -566,15 +566,15 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1749177992, "lastModified": 1750095849,
"narHash": "sha256-B72RIr6pbf9kW0JhcbsgUhLSw22BxxODoKIdPd2YWFY=", "narHash": "sha256-RHkuv+mFgHDRXk6Y5tfn5Xat7qDptOhS7lY38972cNc=",
"owner": "ulyssa", "owner": "youwen5",
"repo": "iamb", "repo": "iamb",
"rev": "33d3407694c9dece0f3e59aa577eda98c9384ea1", "rev": "d2b06d16ee3e042ddcf4f17f20849b67002c2760",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ulyssa", "owner": "youwen5",
"repo": "iamb", "repo": "iamb",
"type": "github" "type": "github"
} }

View file

@ -110,7 +110,7 @@
}; };
iamb = { iamb = {
url = "github:ulyssa/iamb"; url = "github:youwen5/iamb";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -53,6 +53,8 @@
users = { users = {
"@ananthv:matrix.mit.edu".color = "magenta"; "@ananthv:matrix.mit.edu".color = "magenta";
}; };
username_display = "regex";
username_display_regex = "discord_";
}; };
layout.style = "restore"; layout.style = "restore";
dirs.downloads = "/tmp"; dirs.downloads = "/tmp";