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 -2
View File
@@ -3,7 +3,8 @@ _: {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
/*settings = { /*
settings = {
# equivalent to the default config # equivalent to the default config
#forwardAgent = false; #forwardAgent = false;
# give errors in home-manager 26.05 # give errors in home-manager 26.05
@@ -16,7 +17,8 @@ _: {
#controlMaster = "no"; #controlMaster = "no";
#controlPath = "~/.ssh/master-%r@%n:%p"; #controlPath = "~/.ssh/master-%r@%n:%p";
#controlPersist = "no"; #controlPersist = "no";
};*/ };
*/
}; };
services.ssh-agent.enable = true; services.ssh-agent.enable = true;
home.file.".ssh/config".text = '' home.file.".ssh/config".text = ''
+1 -2
View File
@@ -1,12 +1,11 @@
_: { _: {
perSystem = {pkgs-unstable, ...}: { perSystem = _: {
packages.hypr-dynamic-cursors-manual = { packages.hypr-dynamic-cursors-manual = {
lib, lib,
mkHyprlandPlugin, mkHyprlandPlugin,
fetchFromGitHub, fetchFromGitHub,
nix-update-script, nix-update-script,
}: }:
mkHyprlandPlugin { mkHyprlandPlugin {
pluginName = "hypr-dynamic-cursors"; pluginName = "hypr-dynamic-cursors";
version = "0-unstable-2026-05-29"; version = "0-unstable-2026-05-29";
+1 -1
View File
@@ -1,4 +1,4 @@
{self, ...}: { _: {
flake.nixosModules.development = { flake.nixosModules.development = {
pkgs, pkgs,
pkgs-unstable, pkgs-unstable,
-1
View File
@@ -35,7 +35,6 @@
RandomizedDelaySec = "20min"; RandomizedDelaySec = "20min";
}; };
}; };
}; };
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.custom-gitBackup = pkgs.writeShellApplication { packages.custom-gitBackup = pkgs.writeShellApplication {
+2 -6
View File
@@ -1,11 +1,7 @@
{self, inputs, ...}: { {self, ...}: {
flake.nixosModules.otherUtils = flake.nixosModules.otherUtils =
# try to keep packages here at a minium. Preferably use a dedicated file # try to keep packages here at a minium. Preferably use a dedicated file
{ {pkgs, ...}: {
pkgs,
pkgs-unstable,
...
}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome-calculator gnome-calculator
snapshot snapshot