Auto: cleanup-2026-06-03T08-27-47Z

This commit is contained in:
2026-06-03 10:28:00 +02:00
parent a3c2dbe568
commit 8254cb871e
10 changed files with 72 additions and 76 deletions
+4 -4
View File
@@ -364,25 +364,25 @@
}
{
name = "nixpkgs' failing and orphan packages";
tags = [ "nixpkgs" "fail" "orphan" "ZH" "zero hydra failure"];
tags = ["nixpkgs" "fail" "orphan" "ZH" "zero hydra failure"];
keyword = "Zero hydra failure orphan packages";
url = "https://zh.fail/failed/by-maintainer/_.html";
}
{
name = "NixOS Manual - Unstable";
tags = [ "nixos" "manual" "unstable"];
tags = ["nixos" "manual" "unstable"];
keyword = "NixOS manual";
url = "https://nixos.org/manual/nixos/unstable/";
}
{
name = "Nixpgks Reference Manual - Unstable";
tags = [ "nixpkgs" "manual" "reference" "unstable" ];
tags = ["nixpkgs" "manual" "reference" "unstable"];
keyword = "nixpkgs reference manual";
url = "https://nixos.org/manual/nixpkgs/unstable/";
}
{
name = "Nix Reference Manual - 2.34.";
tags = [ "nix" "manual" "reference" "2.34"];
tags = ["nix" "manual" "reference" "2.34"];
keyword = "nix reference manual";
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
}
+1 -1
View File
@@ -60,7 +60,7 @@
#self.packages.${pkgs-unstable.system}.hypr-dynamic-cursors-manual
#pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors # currently broken
];
wayland.windowManager.hyprland.configType = "hyprlang";
wayland.windowManager.hyprland.configType = "hyprlang";
wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER";
"$term" = "kitty";
+19 -19
View File
@@ -1,4 +1,4 @@
{inputs, ... }: {
{inputs, ...}: {
flake.homeModules.notewrapper = {pkgs, ...}: {
home.packages = [
inputs.notewrapper.packages.${pkgs.system}.default
@@ -7,24 +7,24 @@
enable = true;
force = true;
text = ''
{
"directory": ["~/Documents/Notes/", "~/test/"],
"render": true,
"jumpToEndOfFileOnLaunch": true,
"editor": "neovim",
"journalRegex": ".*journal.*",
"dateEntry": "# %Y %m %d %a",
"newLineOnOpening": true,
"backup": {
"enable": true,
"directory": {
"~/Documents/Notes/": "~/kdrive/Notes/",
"~/test/": "~/backupTest/"
},
"interval": "daily",
"rsyncArgs": ["-Lqah", "--update"]
}
}
{
"directory": ["~/Documents/Notes/", "~/test/"],
"render": true,
"jumpToEndOfFileOnLaunch": true,
"editor": "neovim",
"journalRegex": ".*journal.*",
"dateEntry": "# %Y %m %d %a",
"newLineOnOpening": true,
"backup": {
"enable": true,
"directory": {
"~/Documents/Notes/": "~/kdrive/Notes/",
"~/test/": "~/backupTest/"
},
"interval": "daily",
"rsyncArgs": ["-Lqah", "--update"]
}
}
'';
};
};
+4 -2
View File
@@ -3,7 +3,8 @@ _: {
programs.ssh = {
enable = true;
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
/*settings = {
/*
settings = {
# equivalent to the default config
#forwardAgent = false;
# give errors in home-manager 26.05
@@ -16,7 +17,8 @@ _: {
#controlMaster = "no";
#controlPath = "~/.ssh/master-%r@%n:%p";
#controlPersist = "no";
};*/
};
*/
};
services.ssh-agent.enable = true;
home.file.".ssh/config".text = ''
+1 -1
View File
@@ -25,7 +25,7 @@
command cat "$@"
fi
}
custom-eza() { # behaves differently if we just call it or if we pipe initContent
if [[ -t 1 ]]; then
eza -hlF -aa --color=always --hyperlink --group-directories-first --show-symlinks --icons=always --git --no-permissions "$@"