2023-11-21 07:26:16 +00:00
|
|
|
{ pkgs, ... }:
|
2023-11-04 10:01:21 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [ nyxt ];
|
2023-11-21 07:26:16 +00:00
|
|
|
xdg.configFile = {
|
|
|
|
"nyxt/config.lisp".source = ./config.lisp;
|
|
|
|
"nyxt/bookmarks.lisp".source = ./bookmarks.lisp;
|
|
|
|
};
|
2023-11-04 10:01:21 +00:00
|
|
|
}
|