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

21 lines
358 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
mount-duke-smb
];
};
}