2024-09-05 13:58:14 +00:00
|
|
|
{ pkgs, ... }:
|
2024-08-25 19:58:12 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./hardware-configuration.nix
|
|
|
|
];
|
|
|
|
|
2024-09-05 13:58:14 +00:00
|
|
|
modules.nvidia.enable = true;
|
2024-09-05 14:20:22 +00:00
|
|
|
modules.gaming.enable = true;
|
2024-08-27 16:36:40 +00:00
|
|
|
|
2024-08-27 16:23:43 +00:00
|
|
|
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
2024-08-25 19:58:12 +00:00
|
|
|
}
|
|
|
|
|