blob: 580b4380fb2b6ff94673b696fcb2e8f2395429fd [file] [log] [blame]
Skyler Grey64007fd2022-10-30 23:25:30 +00001{pkgs, ...}: {
2 home.home = {
3 packages = [pkgs.nyxt];
4
5 file.".config/nyxt/init.lisp".source = ./nyxt/init.lisp;
6 };
7}