hackens-org-configurations/hackens/graphics.nix
2021-11-02 19:30:28 +01:00

10 lines
188 B
Nix

{ pkgs, ... }:
{
imports = [ ./i3.nix ];
# Enable the X11 windowing system.
services.xserver.enable = true;
services.xserver.layout = "fr";
services.autorandr.enable = true;
}