summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-29 17:22:30 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-29 17:26:12 +0100
commit8df3d82eeaee8151dcbf60f087f5b0cdd1250c53 (patch)
tree244bfed4f662cf7969816f28a2a980dde1e4cb3f
parent5240c3d8a5995de143a3df17c728f3c1ece6a308 (diff)
Zola
-rw-r--r--hosts/tarrel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix
index f9d6724..030f18a 100644
--- a/hosts/tarrel.nix
+++ b/hosts/tarrel.nix
@@ -5,6 +5,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+ environment.systemPackages = with pkgs; [
+ zola
+ ];
+
hardware.opengl.enable = true;
services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {