reformat using alejandra
This commit is contained in:
@ -3,10 +3,7 @@
|
||||
# /nix/store/z3gxkwakzgiswvakfrpbirhpcach509j-mutter-42.3/share/gsettings-schemas/mutter-42.3
|
||||
# but this is the wrong path for dconf-editor to find the schema, correct one would be
|
||||
# /nix/store/z3gxkwakzgiswvakfrpbirhpcach509j-mutter-42.3/share/gsettings-schemas/mutter-42.3/glib-2.0/schemas
|
||||
|
||||
{ pkgs }:
|
||||
|
||||
let
|
||||
{pkgs}: let
|
||||
find-gsettings-schemas = pkgs.callPackage ./find-gsettings-schemas.nix {};
|
||||
|
||||
dconf-editor-wrapped = pkgs.writeShellScriptBin "dconf-editor-wrapped" ''
|
||||
@ -20,7 +17,7 @@ let
|
||||
icon = "ca.desrt.dconf-editor";
|
||||
comment = "Modify the Gnome/GTK settings database";
|
||||
genericName = "Desktop application to manage Gnome/GTK settings.";
|
||||
categories = [ "GNOME" "GTK" "System" ];
|
||||
categories = ["GNOME" "GTK" "System"];
|
||||
};
|
||||
in
|
||||
# Combine multiple derivations into a single store path
|
||||
@ -30,4 +27,4 @@ in
|
||||
dconf-editor-wrapped
|
||||
desktop-icon
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user