Make 32bit installer

This commit is contained in:
jopejoe1 2024-02-02 23:44:43 +01:00
parent 5c4738356a
commit 22589f24c0
2 changed files with 42 additions and 65 deletions

View file

@ -2,51 +2,28 @@
{
jopejoe1 = {
audio = {
enable = true;
};
local.enable = true;
nix.enable = true;
plasma6.enable = true;
overlays.enable = true;
user = {
jopejoe1.enable = true;
root.enable = true;
};
ssh.enable = true;
};
networking = {
wireless.enable = lib.mkForce false;
};
time.timeZone = "Europe/Berlin";
environment.systemPackages = with pkgs; [
# Calamares for graphical installation
libsForQt5.kpmcore
calamares-nixos
(pkgs.makeAutostartItem { name = "io.calamares.calamares"; package = pkgs.calamares-nixos; })
calamares-nixos-extensions
# Get list of locales
glibcLocales
# Theming
catppuccin-kvantum
catppuccin-kde
catppuccin-gtk
tela-icon-theme
];
i18n.supportedLocales = [ "all" ];
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
programs = {
xwayland.enable = true;
kdeconnect.enable = true;
};
console = {
enable = true;
boot.loader = {
efi = {
canTouchEfiVariables = false;
};
grub = {
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
forcei686 = true;
};
};
}