Streamline formatting of function arguments

This commit is contained in:
Daniel Siepmann 2024-05-29 09:50:32 +02:00
parent 8a13daa6a1
commit 56fed868b0
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
46 changed files with 168 additions and 88 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config
,pkgs
,lib
,...
}:
let
ownLib = import ./home/packages/lib;

Binary file not shown.

View file

@ -1,4 +1,6 @@
{ lib }:
{
lib
}:
{
enable = true;

View file

@ -1,4 +1,7 @@
{ config, pkgs }:
{
config
,pkgs
}:
# Possible alternatives:
# https://github.com/FedoraQt/adwaita-qt

View file

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config
,lib
,pkgs
,...
}:
with lib;

View file

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config
,lib
,pkgs
,...
}:
with lib;

View file

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config
,lib
,pkgs
,...
}:
with lib;

View file

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config
,lib
,pkgs
,...
}:
with lib;

View file

@ -1,4 +1,8 @@
{ config, pkgs, ... }:
{
config
,pkgs
,...
}:
{
config = {

View file

@ -1,4 +1,7 @@
{ pkgs, ownLib }:
{
pkgs
,ownLib
}:
with pkgs; [
nix

View file

@ -1,9 +1,9 @@
{
writeShellApplication
, borgbackup
, git
, rsync
, callPackage
,borgbackup
,git
,rsync
,callPackage
}:
writeShellApplication {

View file

@ -1,6 +1,6 @@
{
callPackage
, ownLib
,ownLib
}:
[

View file

@ -1,11 +1,11 @@
{
writeShellApplication,
dmenu,
dunst,
libnotify,
bc,
i3,
xdg-utils
writeShellApplication
,dmenu
,dunst
,libnotify
,bc
,i3
,xdg-utils
}:
let

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
rclone
writeShellApplication
,rclone
}:
writeShellApplication {

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
rclone
writeShellApplication
,rclone
}:
writeShellApplication {

View file

@ -1,8 +1,8 @@
{
writeShellApplication,
bash,
gnused,
ownLib
writeShellApplication
,bash
,gnused
,ownLib
}:
let

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
git
writeShellApplication
,git
}:
writeShellApplication {

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
podman
writeShellApplication
,podman
}:
writeShellApplication {

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
podman
writeShellApplication
,podman
}:
writeShellApplication {

View file

@ -1,4 +1,6 @@
{ writeShellApplication }:
{
writeShellApplication
}:
writeShellApplication {
name = "custom-update-operating-system";

View file

@ -1,4 +1,6 @@
{ writeShellApplication }:
{
writeShellApplication
}:
writeShellApplication {
name = "custom-update-system";

View file

@ -1,6 +1,6 @@
{
writeShellApplication
, callPackage
,callPackage
}:
writeShellApplication {

View file

@ -1,7 +1,7 @@
{
writeShellApplication
, pv
, gzip
,pv
,gzip
}:
writeShellApplication {

View file

@ -1,11 +1,11 @@
{
stdenv,
fetchFromGitHub,
meson,
ninja,
lib,
pidgin,
libnotify
stdenv
,fetchFromGitHub
,meson
,ninja
,lib
,pidgin
,libnotify
}:
stdenv.mkDerivation rec {

View file

@ -1,12 +1,12 @@
{
stdenv,
fetchFromGitHub,
callPackage,
meson,
ninja,
lib,
pidgin,
libnotify
stdenv
,fetchFromGitHub
,callPackage
,meson
,ninja
,lib
,pidgin
,libnotify
}:
stdenv.mkDerivation rec {

View file

@ -1,12 +1,12 @@
{
stdenv,
fetchFromGitHub,
lib,
git,
pidgin,
glib,
json-glib,
discount # markdown implementation
stdenv
,fetchFromGitHub
,lib
,git
,pidgin
,glib
,json-glib
,discount # markdown implementation
}:
stdenv.mkDerivation rec {

View file

@ -1,10 +1,10 @@
{
stdenv,
fetchFromGitHub,
lib,
pidgin,
glib,
json-glib
stdenv
,fetchFromGitHub
,lib
,pidgin
,glib
,json-glib
}:
stdenv.mkDerivation rec {

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
python3
writeShellApplication
,python3
}:
let

View file

@ -1,4 +1,4 @@
{ }:
_:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ config }:
{
config
}:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ config }:
{
config
}:
{
enable = true;

View file

@ -1,4 +1,7 @@
{ config }:
{
config
}:
{
enable = true;
colors = {

View file

@ -1,4 +1,6 @@
{ config }:
{
config
}:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,7 @@
{ config, pkgs }:
{
config
,pkgs
}:
# Sources:
# https://thevaluable.dev/zsh-install-configure-mouseless/

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,8 @@
{ config, ownLib, pkgs }:
{
config
,ownLib
,pkgs
}:
{

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
Unit = {

View file

@ -1,4 +1,6 @@
{ config }:
{
config
}:
{
enable = true;

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,7 @@
{ config, pkgs }:
{
config
,pkgs
}:
{
services = {

View file

@ -1,4 +1,6 @@
{ pkgs }:
{
pkgs
}:
{
enable = true;

View file

@ -1,4 +1,8 @@
{ config, pkgs, ownLib }:
{
config
,pkgs
,ownLib
}:
let
initExtraHikari = ''