summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-03-14 16:09:37 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-03-14 16:09:37 +0530
commit3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch)
tree8890e80eb72f308ee2f171b53444f8a445a45427 /machines
parent17013313115f006ada16c2f6fe20ab54e9eccc6e (diff)
update
Diffstat (limited to 'machines')
-rw-r--r--machines/x/hardware-configuration.nix2
-rw-r--r--machines/x/home.nix7
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";