diff options
Diffstat (limited to 'machines/x/configuration.nix')
| -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"; | 
