Compare commits

..

No commits in common. "0e72b4bd015a1b5a90e45b14864e44297c521b46" and "b3e79575d1046cd0610f570eb20cdf176ad0af70" have entirely different histories.

13 changed files with 14 additions and 8 deletions

View file

@ -87,17 +87,12 @@
# 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;
@ -121,7 +116,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = [ config.pre-commit.devShell ];
nativeBuildInputs = [
nativeBuildInputs = with pkgs; [
# inputs'.nix.packages.nix
inputs'.sops-nix.packages.sops-import-keys-hook
inputs'.disko.packages.disko

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,6 +2,7 @@
{
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