From a2f463eb7afdf00402b762d5ac4f74864e8c89e3 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 28 Jan 2026 23:34:00 -0500 Subject: [PATCH] [flake] format --- hosts/marvin/services/nextcloud/default.nix | 2 +- hosts/prefect/default.nix | 1 - lib/data/default.nix | 6 +++--- neovim/dishvim.nix | 2 +- neovim/languages/markdown.nix | 3 +-- neovim/languages/python.nix | 3 +-- neovim/languages/sql.nix | 3 +-- neovim/lualine.nix | 3 +-- neovim/minvim.nix | 2 +- nixosModules/distributedBuilds/default.nix | 2 +- nixosModules/homes/thehedgehog-zaphod/default.nix | 1 - 11 files changed, 11 insertions(+), 17 deletions(-) diff --git a/hosts/marvin/services/nextcloud/default.nix b/hosts/marvin/services/nextcloud/default.nix index 0650fa99..5c30d709 100644 --- a/hosts/marvin/services/nextcloud/default.nix +++ b/hosts/marvin/services/nextcloud/default.nix @@ -37,7 +37,7 @@ in overwriteprotocol = "https"; trusted_proxies = [ "100.64.0.0/10" ]; # Preview Settings - "preview_imaginary_url" = "http://localhost:${builtins.toString i.port}"; + "preview_imaginary_url" = "http://localhost:${toString i.port}"; "preview_format" = "webp"; "preview_ffmpeg_path" = "${pkgs.ffmpeg-headless}/bin/ffmpeg"; "enabledPreviewProviders" = [ diff --git a/hosts/prefect/default.nix b/hosts/prefect/default.nix index 2d3e16ba..d26f0b26 100644 --- a/hosts/prefect/default.nix +++ b/hosts/prefect/default.nix @@ -1,6 +1,5 @@ { pkgs, - inputs, ... }: { diff --git a/lib/data/default.nix b/lib/data/default.nix index c476aded..1df4ad6a 100644 --- a/lib/data/default.nix +++ b/lib/data/default.nix @@ -1,6 +1,6 @@ { - hosts = builtins.fromTOML (builtins.readFile ./hosts.toml); - services = builtins.fromTOML (builtins.readFile ./services.toml); - mail = builtins.fromTOML (builtins.readFile ./mail.toml); + hosts = fromTOML (builtins.readFile ./hosts.toml); + services = fromTOML (builtins.readFile ./services.toml); + mail = fromTOML (builtins.readFile ./mail.toml); tsNet = "coelacanth-dragon.ts.net"; } diff --git a/neovim/dishvim.nix b/neovim/dishvim.nix index bff0c02c..a2bc042b 100644 --- a/neovim/dishvim.nix +++ b/neovim/dishvim.nix @@ -17,8 +17,8 @@ ./misc/cursor-restore.nix ./plugins/dial-nvim.nix ./plugins/hlargs-nvim.nix - ./plugins/trouble.nix ./plugins/obsidian.nix + ./plugins/trouble.nix # keep-sorted end ]; config.vim = { diff --git a/neovim/languages/markdown.nix b/neovim/languages/markdown.nix index 74e4e4d2..965d4094 100644 --- a/neovim/languages/markdown.nix +++ b/neovim/languages/markdown.nix @@ -1,5 +1,4 @@ -_: -{ +_: { config.vim = { languages.markdown = { enable = true; diff --git a/neovim/languages/python.nix b/neovim/languages/python.nix index 0969474a..82bce9da 100644 --- a/neovim/languages/python.nix +++ b/neovim/languages/python.nix @@ -1,5 +1,4 @@ -{ lib, pkgs, ... }: -{ +_: { config.vim = { languages = { python = { diff --git a/neovim/languages/sql.nix b/neovim/languages/sql.nix index 0781a2ce..96ded791 100644 --- a/neovim/languages/sql.nix +++ b/neovim/languages/sql.nix @@ -1,5 +1,4 @@ -_: -{ +_: { config.vim = { languages.sql = { enable = true; diff --git a/neovim/lualine.nix b/neovim/lualine.nix index 395d1f71..55e80cdd 100644 --- a/neovim/lualine.nix +++ b/neovim/lualine.nix @@ -1,5 +1,4 @@ -_: -{ +_: { config.vim.statusline.lualine = { enable = true; activeSection.c = [ diff --git a/neovim/minvim.nix b/neovim/minvim.nix index 699e0476..a220eaad 100644 --- a/neovim/minvim.nix +++ b/neovim/minvim.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ # keep-sorted start diff --git a/nixosModules/distributedBuilds/default.nix b/nixosModules/distributedBuilds/default.nix index 4abc0d2f..59859333 100644 --- a/nixosModules/distributedBuilds/default.nix +++ b/nixosModules/distributedBuilds/default.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +_: { nix = { diff --git a/nixosModules/homes/thehedgehog-zaphod/default.nix b/nixosModules/homes/thehedgehog-zaphod/default.nix index b4e90ffd..7ea13bb6 100644 --- a/nixosModules/homes/thehedgehog-zaphod/default.nix +++ b/nixosModules/homes/thehedgehog-zaphod/default.nix @@ -1,6 +1,5 @@ { pkgs, - self', ... }: { -- 2.51.2