diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
| commit | 2f3d3f02c42839890a692b63d7ea6433060e34d9 (patch) | |
| tree | c774525701f1ce368fe70f16ca66f0cebd75b844 /machines | |
| parent | 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (diff) | |
Update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/configuration.nix | 9 | ||||
| -rw-r--r-- | machines/x/hardware-configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 10 | 
3 files changed, 11 insertions, 10 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index c216ced..fbd553f 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -13,9 +13,9 @@ in {      "core/global.nix"      "core/impermanence.nix" +    "nvidia.nix"      "amdgpu.nix"      "amd.nix" -    "nvidia.nix"      "laptop.nix"      "core/audio.nix" @@ -23,13 +23,14 @@ in {      "core/fonts.nix"      "compromyse.nix" -    "login.nix" -    "polkit.nix"      "virtualization.nix"      "remapcapslock.nix" -    "wm_utils.nix" +    # "wm_utils.nix" +    # "polkit.nix" +    "login.nix" +    "plasma.nix"    ]);    boot.loader = { diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 3827c89..39216b4 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" "usbhid" "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 90d7883..ac33318 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -44,11 +44,11 @@      "nvim"      # "qtile" -    "dwl.nix" -    "themes.nix" -    "way-displays" -    "swaylock" -    "dunst" +    # "dwl.nix" +    # "themes.nix" +    # "way-displays" +    # "swaylock" +    # "dunst"      "alacritty"    ]); | 
