reformat according to rfc standard

This commit is contained in:
Thilo Billerbeck 2024-05-28 14:38:22 +02:00
commit 3bceb198a8
34 changed files with 480 additions and 306 deletions
home-manager/wrappers

View file

@ -24,7 +24,8 @@ let
chrome-stable-wrapper = pkgs.writeShellScriptBin "google-chrome-stable" ''
exec /usr/bin/google-chrome-stable ${chromeArgs} "$@"
'';
in {
in
{
home.packages = with pkgs; [
code-wrapper
chrome-wrapper