revert to pantheon

This commit is contained in:
Gregory Burd 2024-05-23 16:06:06 -04:00
parent 51996d37af
commit b719a1508d
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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;