Compare commits

...

3 commits

Author SHA1 Message Date
Felix Buehler
0e72b4bd01 flake/git.hooks: enable more checks
Some checks failed
/ Build Nix targets (push) Has been cancelled
2025-11-10 23:55:17 +01:00
Felix Buehler
cdde12395d profile/dekstop-apps: gimp enable resynthesize 2025-11-10 23:52:20 +01:00
Felix Buehler
bf0e0ace13 treewide: run nixf-diagnose 2025-11-10 23:51:54 +01:00
13 changed files with 8 additions and 14 deletions

View file

@ -87,12 +87,17 @@
# enable pre-commit checks # enable pre-commit checks
pre-commit.settings = { pre-commit.settings = {
hooks = { hooks = {
actionlint.enable = true;
deadnix = { deadnix = {
enable = true; enable = true;
settings.noLambdaPatternNames = true; settings.noLambdaPatternNames = true;
}; };
editorconfig-checker.enable = true;
end-of-file-fixer.enable = true;
flake-checker.enable = true; flake-checker.enable = true;
keep-sorted.enable = true;
markdownlint.enable = true; markdownlint.enable = true;
nil.enable = true;
nixfmt-rfc-style.enable = true; nixfmt-rfc-style.enable = true;
shellcheck.enable = true; shellcheck.enable = true;
statix.enable = true; statix.enable = true;
@ -116,7 +121,7 @@
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
inputsFrom = [ config.pre-commit.devShell ]; inputsFrom = [ config.pre-commit.devShell ];
nativeBuildInputs = with pkgs; [ nativeBuildInputs = [
# inputs'.nix.packages.nix # inputs'.nix.packages.nix
inputs'.sops-nix.packages.sops-import-keys-hook inputs'.sops-nix.packages.sops-import-keys-hook
inputs'.disko.packages.disko inputs'.disko.packages.disko

View file

@ -2,7 +2,6 @@
{ {
lib, lib,
pkgs, pkgs,
config,
... ...
}: }:
{ {

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { inputs, ... }:
{ {
nix = { nix = {
daemonCPUSchedPolicy = "idle"; daemonCPUSchedPolicy = "idle";

View file

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

View file

@ -2,8 +2,6 @@
{ {
config, config,
lib, lib,
options,
pkgs,
... ...
}: }:
let let

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
options,
... ...
}: }:
let let

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
options,
pkgs, pkgs,
... ...
}: }:

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
options,
pkgs, pkgs,
... ...
}: }:

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
options,
pkgs, pkgs,
... ...
}: }:

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
options,
pkgs, pkgs,
... ...
}: }:

View file

@ -18,7 +18,7 @@ in
firefox firefox
(gimp-with-plugins.override { (gimp-with-plugins.override {
plugins = with gimpPlugins; [ plugins = with gimpPlugins; [
# resynthesizer # disabled because broken with python3 resynthesizer # disabled because broken with python3
]; ];
}) })
kdePackages.ghostwriter kdePackages.ghostwriter