nixos/home/nyxt/default.nix
Evie Litherland-Smith 07f35f405e Add gstreamer plugins for nyxt
Reorganise nyxt config a bit and switch to catppuccin colourscheme
2023-12-18 16:55:56 +00:00

12 lines
271 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
nyxt
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
];
xdg.configFile."nyxt/config.lisp".source = ./config.lisp;
}