# Thinkpad #System configuration for my thinkpad {...}: { imports = [ ./hardware.nix ./sops.nix ./wireguard.nix ]; # options hostName = "thinkpad"; monitors = [ { name = "eDP-1"; scale = 1.0; } ]; # modules apps = { astal = true; hyprlock = true; kitty = true; }; browsers = { firefox = true; }; desktops = { enable = true; hyprland = true; ly = true; }; gaming = { homestuck = true; minecraft = true; }; # modules battery = true; bluetooth = true; fingerprint = true; network = true; }