❄️ Dotfiles for our NixOS system configuration.
at master 176 B view raw
1{ lib, config, ... }: 2 3{ 4 config = lib.mkIf config.settings.profiles.graphical.enable { 5 hardware.graphics = { 6 enable = true; 7 enable32Bit = true; 8 }; 9 }; 10}