mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-21 22:49:52 -07:00
feat: switch to personal iamb fork
This commit is contained in:
parent
3491c5496b
commit
a8a330f0ed
3 changed files with 8 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -566,15 +566,15 @@
|
|||
"rust-overlay": "rust-overlay_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749177992,
|
||||
"narHash": "sha256-B72RIr6pbf9kW0JhcbsgUhLSw22BxxODoKIdPd2YWFY=",
|
||||
"owner": "ulyssa",
|
||||
"lastModified": 1750095849,
|
||||
"narHash": "sha256-RHkuv+mFgHDRXk6Y5tfn5Xat7qDptOhS7lY38972cNc=",
|
||||
"owner": "youwen5",
|
||||
"repo": "iamb",
|
||||
"rev": "33d3407694c9dece0f3e59aa577eda98c9384ea1",
|
||||
"rev": "d2b06d16ee3e042ddcf4f17f20849b67002c2760",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ulyssa",
|
||||
"owner": "youwen5",
|
||||
"repo": "iamb",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
};
|
||||
|
||||
iamb = {
|
||||
url = "github:ulyssa/iamb";
|
||||
url = "github:youwen5/iamb";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
users = {
|
||||
"@ananthv:matrix.mit.edu".color = "magenta";
|
||||
};
|
||||
username_display = "regex";
|
||||
username_display_regex = "discord_";
|
||||
};
|
||||
layout.style = "restore";
|
||||
dirs.downloads = "/tmp";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue