From b719a1508d28b23f53c2aceb8f67865d84405fdd Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Thu, 23 May 2024 16:06:06 -0400 Subject: [PATCH] revert to pantheon --- flake.nix | 4 ++-- nixos/_mixins/hardware/rtx-3080ti.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 49c77ce..f704eef 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ # .iso images # Workstations - "gburd@floki" = libx.mkHome { hostname = "floki"; username = "gburd"; desktop = "gnome"; }; + "gburd@floki" = libx.mkHome { hostname = "floki"; username = "gburd"; desktop = "pantheon"; }; # Servers }; @@ -100,7 +100,7 @@ # Workstations # Lenovo Carbon X1 Extreme Gen 5 - x86_64 - floki = libx.mkHost { systemType = "workstation"; hostname = "floki"; username = "gburd"; desktop = "gnome"; }; + floki = libx.mkHost { systemType = "workstation"; hostname = "floki"; username = "gburd"; desktop = "pantheon"; }; # Servers # Can be executed locally: diff --git a/nixos/_mixins/hardware/rtx-3080ti.nix b/nixos/_mixins/hardware/rtx-3080ti.nix index 401202c..d863949 100644 --- a/nixos/_mixins/hardware/rtx-3080ti.nix +++ b/nixos/_mixins/hardware/rtx-3080ti.nix @@ -18,7 +18,7 @@ in hardware = { nvidia = { - package = config.boot.kernelPackages.nvidiaPackages.production; #vulkan_beta; + package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta; modesetting.enable = true;