diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 17:22:30 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-29 17:26:12 +0100 |
commit | 8df3d82eeaee8151dcbf60f087f5b0cdd1250c53 (patch) | |
tree | 244bfed4f662cf7969816f28a2a980dde1e4cb3f /hosts/tarrel.nix | |
parent | 5240c3d8a5995de143a3df17c728f3c1ece6a308 (diff) |
Zola
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r-- | hosts/tarrel.nix | 4 |
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 = { |