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;