nixos/home/nyxt/default.nix
Evie Litherland-Smith 70b671a257 Add some nyxt bookmarks
Not enabled in browser yet, TODO figure that one out
2023-11-21 07:26:16 +00:00

10 lines
185 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ nyxt ];
xdg.configFile = {
"nyxt/config.lisp".source = ./config.lisp;
"nyxt/bookmarks.lisp".source = ./bookmarks.lisp;
};
}