diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:45:57 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:45:57 +0530 | 
| commit | 29c2a10af3cdac0206bf1fb1a027324f6b049d25 (patch) | |
| tree | 23066a402592f5a96dd719bb7731b8e556b05288 | |
| parent | 9180991b521e88bde19184d48f4254bc0b6ba01e (diff) | |
update
| -rw-r--r-- | machines/x/configuration.nix | 6 | ||||
| -rw-r--r-- | machines/x/home.nix | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index de93a4f..88b8e31 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -12,13 +12,13 @@      "fonts.nix"      "bluetooth.nix"      "audio.nix" -    # "virtualization.nix" -    # "nvidia.nix" +    "virtualization.nix" +    "nvidia.nix"    ]);    boot.loader.systemd-boot.enable = true;    boot.loader.efi.canTouchEfiVariables = true; -  boot.loader.efi.efiSysMountPoint = "/boot/efi"; +  boot.loader.efi.efiSysMountPoint = "/boot/EFI";    boot.extraModprobeConfig = "options kvm_intel nested=1"; diff --git a/machines/x/home.nix b/machines/x/home.nix index 292495c..1534b64 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -19,10 +19,10 @@      cinnamon.nemo      mate.eom -    # spotify -    # firefox +    spotify +    firefox -    # obs-studio +    obs-studio      pavucontrol      blueman | 
