nixos/home/nyxt/default.nix
Evie Litherland-Smith e2794671d7 Re-enable a few missing stylix targets
Move from using base16 theme definition to my own custom version

Update nyxt config and move all into config.lisp
2023-11-12 14:13:03 +00:00

7 lines
132 B
Nix

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