Files
nix-config/modules/hosts/tux/tux.nix
T

20 lines
335 B
Nix

{ inputs, ... }: {
flake.modules.nixos.tux = {
imports = with inputs.self.modules.nixos;
with inputs.self.factory; [
system-desktop
systemd-boot
bluetooth
i18n-de
powermanagement
(autologin "weckyy702")
home-vpn
opentablet
appimage
];
};
}