feat!(thrall): Update to nixos-unstable
This commit is contained in:
parent
27749dcf2e
commit
ab1ea042b9
4 changed files with 132 additions and 202 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue