{ config, lib, pkgs, ... }: { system.hostname = "nemesis"; system.mainUser = "rafiq"; system.bootloader = "systemd-boot"; hardware.drives.btrfs = { enable = true; drive = "/dev/disk/by-id/nvme-CT2000P3SSD8_2325E6E77434"; ephemeralRoot = true; }; hardware.platform = "amd"; hardware.gpu = "nvidia"; desktop.windowManager = "hyprland"; desktop.mainMonitor = { id = "desc:OOO AN-270W04K"; scale = "1"; resolution = "2560x1440"; refresh-rate = "144"; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }