diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
| commit | 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 (patch) | |
| tree | 566453e7704570d6713b79543ed59b049ad73bce /machines | |
| parent | 23ba623e405d0aa8d554274aacd019d7a015aa9d (diff) | |
more
Diffstat (limited to 'machines')
| -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). |
