# Thinkpad #System configuration for my thinkpad {...}: { imports = [ ./hardware.nix ]; # options hostName = "thinkpad"; monitors = [ { name = "eDP-1"; scale = 1.0; } ]; # modules browser = { firefox = true; }; desktop = { enable = true; astal = true; hyprland = true; hyprlock = true; hypridle = true; hyprpaper = true; }; gaming = { homestuck = true; minecraft = true; }; terminal = { kitty = true; }; # modules battery = true; bluetooth = true; network = true; }