# Kaworu # System configuration for my desktop { inputs, options, ... }: inputs.nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; specialArgs = {inherit inputs;}; modules = [ options ../../config ../../home ../../programs ../../system { imports = [ ./hardware.nix ]; # options hostName = "kaworu"; monitors = [ { name = "HDMI-A-1"; scale = 1.0; } ]; } ]; }