From b8917f4d48361d25f8366d1fbfd181a45a65dca7 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sat, 5 Mar 2022 18:55:50 +0100 Subject: [PATCH] updated trantor --- trantor.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/trantor.nix b/trantor.nix index a257cb6..cf674f8 100644 --- a/trantor.nix +++ b/trantor.nix @@ -2,13 +2,16 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, inputs, pkgs, ... }: +{ config, pkgs, stablePkgs, impermanence, ... }: { imports = [ ./nixos/hardware-configuration/trantor.nix ./nixos/common.nix ]; - home-manager.users.rilla.imports = - [ home/trantor.nix "${inputs.impermanence}/home-manager.nix" ]; + home-manager = { + users.rilla.imports = + [ home/trantor.nix "${impermanence}/home-manager.nix" ]; + extraSpecialArgs.stablePkgs = stablePkgs; + }; fileSystems = { "/boot/efi" = {