Still GTK
This commit is contained in:
+2
-2
@@ -824,9 +824,9 @@ This is top file of this level which contains just an import statement for all r
|
|||||||
** =generated/system/applications/browsing/zen-browser.nix=
|
** =generated/system/applications/browsing/zen-browser.nix=
|
||||||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||||||
#+BEGIN_SRC nix :tangle generated/system/applications/browsing/zen-browser.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/system/applications/browsing/zen-browser.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.zen-browser = {
|
zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profile = {
|
profile = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.zen-browser = {
|
zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profile = {
|
profile = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user