diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 17:47:20 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 17:47:20 +0530 |
| commit | d2c52ef0a5047e342b0029175c7103bbe22e51ca (patch) | |
| tree | f2b50b516a017684c42b42675893670bd7a317a9 /machines/x/configuration.nix | |
| parent | 54b5800c00f761c135c495f3935ad1d6d4230810 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index f736043..0a69e77 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -6,6 +6,7 @@ inputs.home-manager.nixosModules.default ] ++ (map (path: ../../modules/${path}) [ "core/global.nix" + "nvidia.nix" "core/audio.nix" "core/bluetooth.nix" "core/fonts.nix" @@ -14,7 +15,6 @@ "login.nix" "wm_utils.nix" "virtualization.nix" - "nvidia.nix" ]); boot.loader.systemd-boot.enable = true; @@ -25,8 +25,6 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfreePredicate = _: true; - hardware.opengl.enable = true; - fileSystems."/data" = { device = "/dev/sda"; fsType = "ext4"; |
