diskutils

This commit is contained in:
js0ny 2025-11-27 22:47:50 +00:00
parent b440038b65
commit 384114d2ca
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
imports = [
./xremap.nix
./diskutil.nix
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -6,7 +10,6 @@
environment.systemPackages = with pkgs; [
pciutils
usbutils
smartmontools
v4l-utils
];