diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 4e995a4..7c97b02 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ inputs, ... }: { @@ -11,6 +11,7 @@ ../../common/optional/systemd-boot.nix ../../common/optional/update.nix ./hardware.nix + inputs.nixos-hardware.nixosModules.framework-11th-gen-intel ]; environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ${./gamescope.sh}'';