From 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Wed, 22 Jul 2026 23:30:49 -0700 Subject: more --- machines/hierophant/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'machines/hierophant/configuration.nix') diff --git a/machines/hierophant/configuration.nix b/machines/hierophant/configuration.nix index 6377cef..a37166e 100644 --- a/machines/hierophant/configuration.nix +++ b/machines/hierophant/configuration.nix @@ -35,9 +35,14 @@ hardware.graphics.enable = true; services.xserver.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; - hardware.nvidia.open = true; # see the note above + hardware.nvidia.open = true; + + programs.steam.enable = true; services.displayManager.sddm.enable = true; + services.xserver.displayManager.sessionCommands = '' + xrandr --output DP-4 --mode 3840x2160 --rate 159.98 + ''; networking.hostName = "hierophant"; # Define your hostname. # Pick only one of the below networking options. @@ -94,7 +99,7 @@ dejavu_fonts ]; - # programs.firefox.enable = true; + programs.firefox.enable = true; # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options). -- cgit v1.3.1