diff options
-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 = { |