mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
revert to pantheon
This commit is contained in:
parent
51996d37af
commit
b719a1508d
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue