mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Auto: cleanup-2026-06-03T08-27-47Z
This commit is contained in:
@@ -364,25 +364,25 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nixpkgs' failing and orphan packages";
|
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";
|
keyword = "Zero hydra failure orphan packages";
|
||||||
url = "https://zh.fail/failed/by-maintainer/_.html";
|
url = "https://zh.fail/failed/by-maintainer/_.html";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "NixOS Manual - Unstable";
|
name = "NixOS Manual - Unstable";
|
||||||
tags = [ "nixos" "manual" "unstable"];
|
tags = ["nixos" "manual" "unstable"];
|
||||||
keyword = "NixOS manual";
|
keyword = "NixOS manual";
|
||||||
url = "https://nixos.org/manual/nixos/unstable/";
|
url = "https://nixos.org/manual/nixos/unstable/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Nixpgks Reference Manual - Unstable";
|
name = "Nixpgks Reference Manual - Unstable";
|
||||||
tags = [ "nixpkgs" "manual" "reference" "unstable" ];
|
tags = ["nixpkgs" "manual" "reference" "unstable"];
|
||||||
keyword = "nixpkgs reference manual";
|
keyword = "nixpkgs reference manual";
|
||||||
url = "https://nixos.org/manual/nixpkgs/unstable/";
|
url = "https://nixos.org/manual/nixpkgs/unstable/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Nix Reference Manual - 2.34.";
|
name = "Nix Reference Manual - 2.34.";
|
||||||
tags = [ "nix" "manual" "reference" "2.34"];
|
tags = ["nix" "manual" "reference" "2.34"];
|
||||||
keyword = "nix reference manual";
|
keyword = "nix reference manual";
|
||||||
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
|
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{inputs, ... }: {
|
{inputs, ...}: {
|
||||||
flake.homeModules.notewrapper = {pkgs, ...}: {
|
flake.homeModules.notewrapper = {pkgs, ...}: {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
inputs.notewrapper.packages.${pkgs.system}.default
|
inputs.notewrapper.packages.${pkgs.system}.default
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
force = true;
|
force = true;
|
||||||
text = ''
|
text = ''
|
||||||
{
|
{
|
||||||
"directory": ["~/Documents/Notes/", "~/test/"],
|
"directory": ["~/Documents/Notes/", "~/test/"],
|
||||||
"render": true,
|
"render": true,
|
||||||
"jumpToEndOfFileOnLaunch": true,
|
"jumpToEndOfFileOnLaunch": true,
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
"interval": "daily",
|
"interval": "daily",
|
||||||
"rsyncArgs": ["-Lqah", "--update"]
|
"rsyncArgs": ["-Lqah", "--update"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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,13 +1,12 @@
|
|||||||
_: {
|
_: {
|
||||||
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";
|
||||||
|
|
||||||
@@ -29,15 +28,15 @@ mkHyprlandPlugin {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
passthru.updateScript = nix-update-script {extraArgs = ["--version=branch"];};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Plugin to make your Hyprland cursor more realistic";
|
description = "Plugin to make your Hyprland cursor more realistic";
|
||||||
homepage = "https://github.com/VirtCode/hypr-dynamic-cursors";
|
homepage = "https://github.com/VirtCode/hypr-dynamic-cursors";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ donovanglover ];
|
maintainers = with lib.maintainers; [donovanglover];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{self, ...}: {
|
_: {
|
||||||
flake.nixosModules.development = {
|
flake.nixosModules.development = {
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
RandomizedDelaySec = "20min";
|
RandomizedDelaySec = "20min";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
perSystem = {pkgs, ...}: {
|
perSystem = {pkgs, ...}: {
|
||||||
packages.custom-gitBackup = pkgs.writeShellApplication {
|
packages.custom-gitBackup = pkgs.writeShellApplication {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user