diff options
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/hardware-configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 39216b4..3827c89 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" "usb_storage" "usbhid" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; diff --git a/machines/x/home.nix b/machines/x/home.nix index be6acef..b9d0563 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -21,8 +21,9 @@ imv mpv - firefox - google-chrome + librewolf + chromium + spotify filezilla pcmanfm @@ -62,7 +63,7 @@ "dunst" "alacritty" - "spotify-player" + # "spotify-player" ]); home.stateVersion = "23.11"; |
