# Kaworu # System configuration for my desktop {...}: { imports = [ ./hardware.nix ]; # options hostName = "kaworu"; monitors = [ { name = "HDMI-A-1"; scale = 1.0; } ]; # modules browser = { firefox = true; }; desktop = { enable = true; astal = true; hyprland = true; hyprlock = true; hypridle = true; hyprpaper = true; }; development = { c = true; rust = true; web = true; }; gaming = { homestuck = true; minecraft = true; steam = true; }; terminal = { kitty = true; }; }