Add nyxt bookmarks to xdg.dataFile
This commit is contained in:
parent
8d9bd3e607
commit
b387f1e363
|
@ -1,4 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.nyxt];
|
||||
xdg.configFile."nyxt/config.lisp".source = ./config.lisp;
|
||||
xdg = {
|
||||
configFile."nyxt/config.lisp".source = ./config.lisp;
|
||||
dataFile."nyxt/bookmarks.lisp".source = ./bookmarks.lisp;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue