diff options
Diffstat (limited to 'machines/hierophant')
| -rw-r--r-- | machines/hierophant/configuration.nix | 9 |
1 files changed, 7 insertions, 2 deletions
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). |
