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