hosts/tux: Add preliminary configuration for tux
Welcome to the team <3
This commit is contained in:
17
modules/hosts/tux/tux.nix
Normal file
17
modules/hosts/tux/tux.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ inputs, ... }: {
|
||||
flake.modules.nixos.tux = {
|
||||
imports = with inputs.self.modules.nixos;
|
||||
with inputs.self.factory; [
|
||||
system-desktop
|
||||
systemd-boot
|
||||
|
||||
(autologin "weckyy702")
|
||||
|
||||
development-tools
|
||||
i18n-de
|
||||
tailscale
|
||||
|
||||
#TODO: laptop specific aspects like powertop
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user