fucked around?

This commit is contained in:
2025-10-09 16:42:37 -05:00
parent 48a974704d
commit 72378c32de
2 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
{ config, lib, pkgs, ... }:
{ config, lib, stable_pkgs, unstable_pkgs, ... }:
let
pkgs = stable_pkgs.x86_64;
unstable = unstable_pkgs.x86_64;
in
{
imports =
[ # Include the results of the hardware scan.