nixos/home/nyxt/default.nix

10 lines
185 B
Nix
Raw Normal View History

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