hackens-org-configurations/profiles/shared-hackens/graphics.nix
2021-12-14 18:36:07 +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;
}