pinwheel: Cleanup whitespace and function arguments

This commit is contained in:
Alexander Heldt
2023-09-09 10:51:00 +02:00
parent 4389f229a5
commit 498f4d50d1
21 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
{ home-manager, pkgs, ... }:
{ pkgs, ... }:
let
wrapped = pkgs.wrapFirefox pkgs.firefox-devedition-unwrapped {
extraPolicies = {
@@ -24,7 +24,7 @@ let
SkipOnboarding = true;
};
};
};
};
ff = pkgs.writeShellApplication {
name = "ff";