395 current 2025-05-19 17:24:37 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-19 17:31:04 -04:00
parent a0ed7b6497
commit 9ac74d731c
4 changed files with 26 additions and 11 deletions

View File

@@ -1,17 +1,6 @@
{
description = "NixOS system configuration";
nixConfig = {
# substituters = [
# "https://cache.nixos.org/"
# "https://nix-community.cachix.org"
# ];
# trusted-public-keys = [
# "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# ];
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {