hand7s: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
e6c9d19b0f
commit
e4222e5423
48 changed files with 282 additions and 1097 deletions
16
hand7s/programs/iamb.nix
Normal file
16
hand7s/programs/iamb.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
_: {
|
||||
programs = {
|
||||
iamb = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_profile = "hand7s";
|
||||
profiles = {
|
||||
hand7s = {
|
||||
user_id = "@s0me1newithhand7s:ubiquelambda.dev";
|
||||
url = "https://ubiquelambda.dev";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue