{ inputs, ... }: { flake.modules.nixos.tux = { imports = with inputs.self.modules.nixos; with inputs.self.factory; [ system-desktop systemd-boot bluetooth i18n-de (autologin "weckyy702") development-tools tailscale opentablet #TODO: laptop specific aspects like powertop ]; }; }