310 current 2025-01-04 00:48:53 24.11.20241231.edf04b7 6.12.2-zen1 *

This commit is contained in:
Ranomier 2025-01-04 00:49:01 +01:00
parent eb515c0d95
commit a4beaf2358
4 changed files with 69 additions and 8 deletions

View file

@ -12,18 +12,20 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# generating filesystems in different formats
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
# NixOS unstable channel
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
# ready made hardware configurations. e.G.: Power saving
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# for managing flatpaks, like which ones are installed and which not
nix-flatpak = {
url = "github:gmodena/nix-flatpak";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
};
#######