treewide: nixfmt
nixfmt 1.0 has breaking formatting changes
This commit is contained in:
parent
511462d617
commit
ce54be9aac
4 changed files with 172 additions and 178 deletions
|
@ -33,8 +33,7 @@
|
|||
contacts = import "${inputs.mysecrets}/contacts.nix" { inherit lib; };
|
||||
in
|
||||
{
|
||||
includes =
|
||||
[
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:~/Seafile/Studium/";
|
||||
contents = {
|
||||
|
|
|
@ -43,5 +43,6 @@ in
|
|||
koma-script
|
||||
;
|
||||
})
|
||||
] ++ lib.optionals config.schmittlauch.latex.guiTools latexGuiTools;
|
||||
]
|
||||
++ lib.optionals config.schmittlauch.latex.guiTools latexGuiTools;
|
||||
}
|
||||
|
|
|
@ -12,8 +12,7 @@ let
|
|||
unstable = inputs.nixos-unstable.legacyPackages.${system};
|
||||
nur = inputs.nur.legacyPackages.${system};
|
||||
|
||||
graphicsApps =
|
||||
[
|
||||
graphicsApps = [
|
||||
inkscape
|
||||
darktable
|
||||
exiftool
|
||||
|
@ -32,8 +31,7 @@ let
|
|||
gimp
|
||||
];
|
||||
|
||||
multimediaApps =
|
||||
[
|
||||
multimediaApps = [
|
||||
mpv
|
||||
yt-dlp
|
||||
]
|
||||
|
@ -49,8 +47,7 @@ let
|
|||
#nur.repos.fooker.studio-link
|
||||
];
|
||||
|
||||
cliApps =
|
||||
[
|
||||
cliApps = [
|
||||
coreutils
|
||||
myVim
|
||||
htop
|
||||
|
@ -101,8 +98,7 @@ let
|
|||
nix-top
|
||||
statix
|
||||
];
|
||||
devTools =
|
||||
[
|
||||
devTools = [
|
||||
curl
|
||||
httpie
|
||||
gcc
|
||||
|
@ -196,8 +192,7 @@ let
|
|||
chromedriver
|
||||
];
|
||||
|
||||
kdeTools =
|
||||
[
|
||||
kdeTools = [
|
||||
okteta
|
||||
plasma5Packages.kdeconnect-kde
|
||||
]
|
||||
|
|
|
@ -66,8 +66,7 @@ in
|
|||
contacts = import "${inputs.mysecrets}/contacts.nix" { inherit lib; };
|
||||
in
|
||||
{
|
||||
includes =
|
||||
[
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:~/src/schmittlauch/";
|
||||
contents = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue