feat!(thrall): Update to nixos-unstable

This commit is contained in:
Alexander Kobjolke 2024-03-23 21:27:28 +01:00
parent 27749dcf2e
commit ab1ea042b9
4 changed files with 132 additions and 202 deletions

View file

@ -1,14 +1,10 @@
{ lib, config, pkgs, inputs, ... }: {
imports = [
({ inputs, lib, ... }: {
nixpkgs = { config.allowUnfree = true; };
nix.registry =
lib.mkForce (lib.mapAttrs (_: value: { flake = value; }) inputs);
})
({ ... }: { nixpkgs = { config.allowUnfree = true; }; })
../../modules/security.nix
../../modules/common-system.nix
./configuration.nix
inputs.home-manager-unstable.nixosModules.home-manager
inputs.home-manager.nixosModules.home-manager
../../home/anne/default.nix
../../home/alex/default.nix
];