diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-19 14:08:46 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-19 14:08:46 +0530 |
commit | c6fae40e2c7065782f3dc64dbb94d011358f3330 (patch) | |
tree | 6cf83d05e9cc55695844d55ce7ca3d09dd4393f2 | |
parent | c121f2bfad0f0ab98b522b503f380080e6beda45 (diff) |
add calibre
-rw-r--r-- | machines/x/hardware-configuration.nix | 2 | ||||
-rw-r--r-- | machines/x/home.nix | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 3827c89..8c8749c 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; diff --git a/machines/x/home.nix b/machines/x/home.nix index 176a30a..ba665fa 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -35,6 +35,8 @@ git-lfs slides + + calibre ]; programs = { |