nixos/modules/hardware/chn-PC.nix

10 lines
187 B
Nix
Raw Normal View History

{
config =
{
nix.settings.system-features = [ "gccarch-alderlake" ];
services.dbus.implementation = "broker";
2023-06-19 17:22:54 +08:00
programs.dconf.enable = true;
hardware.opengl.enable = true;
};
}