update adam site

This commit is contained in:
Kopatz
2025-12-06 13:45:43 +01:00
parent 5897ab0196
commit 9392434fc8
3 changed files with 14 additions and 10 deletions

16
flake.lock generated
View File

@@ -327,16 +327,16 @@
]
},
"locked": {
"lastModified": 1763992789,
"narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=",
"lastModified": 1764736872,
"narHash": "sha256-4mqLegNQeD54X7enm6EI9aNWl6CaIfyhl5PaYoGYwqk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3",
"rev": "3366918730bb6b699395a9d237397f1d710a94b3",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.05",
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}
@@ -408,16 +408,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1763622513,
"narHash": "sha256-1jQnuyu82FpiSxowrF/iFK6Toh9BYprfDqfs4BB+19M=",
"lastModified": 1764522689,
"narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c58bc7f5459328e4afac201c5c4feb7c818d604b",
"rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -9,9 +9,9 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
## stable
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
# secrets management

View File

@@ -389,6 +389,7 @@ in
youtube-nonstop
sidebery
vimium
user-agent-string-switcher
];
inherit search;
};
@@ -420,6 +421,8 @@ in
keepassxc-browser
youtube-nonstop
sidebery
vimium
user-agent-string-switcher
];
inherit search;
};
@@ -449,6 +452,7 @@ in
ublock-origin
youtube-nonstop
sidebery
user-agent-string-switcher
];
inherit search;
};