Files
nix-config/modules/hosts/tux/tux.nix
2026-03-19 21:41:20 +01:00

20 lines
374 B
Nix

{ 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
];
};
}