diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
| commit | 3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch) | |
| tree | 8890e80eb72f308ee2f171b53444f8a445a45427 /machines | |
| parent | 17013313115f006ada16c2f6fe20ab54e9eccc6e (diff) | |
update
Diffstat (limited to 'machines')
| -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"; | 
