Evie Litherland-Smith
e2794671d7
Move from using base16 theme definition to my own custom version Update nyxt config and move all into config.lisp
7 lines
132 B
Nix
7 lines
132 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [ nyxt ];
|
|
xdg.configFile."nyxt/config.lisp".source = ./config.lisp;
|
|
}
|