From 71d08f706d40e375f4e81d1c1d6369d184d881af Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 5 Jan 2026 10:15:39 -0600 Subject: [PATCH] no mastodon.el and adding cdrkit --- modules/emacs.nix | 2 +- pkgs/desktop-packages.nix | 1 + systems/kaladin/hardware-configuration.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/emacs.nix b/modules/emacs.nix index f37a668..829da16 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -170,7 +170,7 @@ password-store-otp plz elpaPackages.ement - mastodon + # mastodon qrencode just-mode justl diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index 80f0f4d..495cf8e 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -12,6 +12,7 @@ inputs.octotype.packages.${pkgs.system}.octotype lsfg-vk lsfg-vk-ui + cdrkit # kdePackages.ark harper mumble diff --git a/systems/kaladin/hardware-configuration.nix b/systems/kaladin/hardware-configuration.nix index f43186f..787180e 100644 --- a/systems/kaladin/hardware-configuration.nix +++ b/systems/kaladin/hardware-configuration.nix @@ -7,7 +7,7 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ "kvm-amd" "cdrom" "scsi_transport_iscsi" "iscsi_target_mod" "sg" ]; boot.extraModulePackages = [ ];