parent
e6fd53ac94
commit
54c5a22a7f
1 changed files with 7 additions and 7 deletions
|
|
@ -244,13 +244,13 @@ let tomlGenerate = (pkgs.formats.toml { }).generate; in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"joshuto/bookmarks.toml".text = ''
|
"joshuto/bookmarks.toml".source = tomlGenerate "joshuto-bookmarks.toml" {
|
||||||
bookmark = [
|
bookmark = [
|
||||||
{ path = "/", key = "r" },
|
{ path = "/"; key = "r"; }
|
||||||
{ path = "~/", key = "h" },
|
{ path = "~/"; key = "h"; }
|
||||||
{ path = "~/Scaricati", key = "d" },
|
{ path = "~/Scaricati"; key = "d"; }
|
||||||
{ path = "~/Syncthing", key = "s" }
|
{ path = "~/Syncthing"; key = "s"; }
|
||||||
]
|
];
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue