From fbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Fri, 25 Oct 2024 20:07:38 -0300 Subject: partial commit --- hosts/kunagisa.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/kunagisa.nix') diff --git a/hosts/kunagisa.nix b/hosts/kunagisa.nix index 60d7d65..e4be8fb 100644 --- a/hosts/kunagisa.nix +++ b/hosts/kunagisa.nix @@ -8,6 +8,8 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; santi-modules.desktop-environment.enable = true; + santi-modules.services.cgit.enable = true; + services.xserver.videoDrivers = [ "amdgpu" ]; # Bootloader. boot = { loader = { @@ -47,6 +49,10 @@ swapDevices = [ { device = "/dev/disk/by-uuid/1a204e5c-05cb-4e7f-b859-927fb024fb12"; } ]; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; system.stateVersion = "23.05"; } -- cgit v1.2.3