smol updates

This commit is contained in:
Lillian Violet 2026-02-06 20:40:23 +01:00
parent cf4990e1d8
commit 25a7ebe610
3 changed files with 4 additions and 1 deletions

View file

@ -20,7 +20,6 @@
ryubing
lutris
vscodium
intiface-central
unrar
];

View file

@ -91,6 +91,8 @@
# for now.
loader.systemd-boot.enable = lib.mkForce false;
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = ["btrfs" "bcachefs"];
binfmt.emulatedSystems = ["aarch64-linux"];

View file

@ -79,6 +79,8 @@
boot = {
loader.systemd-boot.enable = false;
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = ["btrfs" "bcachefs"];
binfmt.emulatedSystems = ["aarch64-linux"];