added framework-11th-gen-intel nixos-hardware

This commit is contained in:
2024-11-19 21:08:41 -05:00
parent 6ef5507bf8
commit f878f2d5d5

View File

@@ -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}'';