Don't install NYXT by default
Keep config though, will mostly use the flatpak version if testing to keep up to date with rapid releases
This commit is contained in:
parent
af381fb9b8
commit
e9d27ba414
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
fonts,
|
fonts,
|
||||||
accentColourName,
|
accentColourName,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = [pkgs.nyxt];
|
|
||||||
xdg = {
|
xdg = {
|
||||||
configFile = {
|
configFile = {
|
||||||
"nyxt/config.lisp".text = let
|
"nyxt/config.lisp".text = let
|
||||||
|
|
Loading…
Reference in a new issue