diff --git a/nixos/default.nix b/nixos/default.nix index 5ba0e22c..19647a0b 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 67def2c9..07990912 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Services ./common/services/openssh.nix diff --git a/nixos/small.nix b/nixos/small.nix index 1b6dc22d..1c2c9f99 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/users/albert/default.nix b/nixos/users/albert/default.nix index 73a9e52e..42f31bab 100644 --- a/nixos/users/albert/default.nix +++ b/nixos/users/albert/default.nix @@ -1,4 +1,4 @@ -{ config, desktop, lib, pkgs, ... }: +{ config, desktop, lib, unstable-pkgs, pkgs, ... }: let ifExists = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups; in {