add apollo

This commit is contained in:
Osman Faruk Bayram 2025-10-09 13:50:44 +03:00
parent f3707e6f99
commit beb67f3b29

View file

@ -0,0 +1,22 @@
{
lib,
inputs,
...
}:
{
imports = [
./hardware-configuration.nix
../../modules
];
myModules = {
enableKDE = false;
enableFonts = false;
blockYoutube = false;
blockTwitter = false;
};
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
system.stateVersion = "25.05";
networking.hostName = "apollo";
}