style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,9 +1,15 @@
|
|||
{ inputs, pkgs, ...}:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override {
|
||||
enableWideVine = if pkgs.system == "x86_64-linux" then true else false;
|
||||
enableWideVine =
|
||||
if pkgs.system == "x86_64-linux"
|
||||
then true
|
||||
else false;
|
||||
};
|
||||
})
|
||||
inputs.nur.overlays.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue