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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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