nixos/desktop/xserver.nix
Evie Litherland-Smith ee34f667b9 Use plasma for main desktop
Move hyprland specific audio/bluetooth packages into hyprland expression
Increase frequency of nix cleanup, same duration
2023-05-14 18:10:39 +01:00

11 lines
157 B
Nix

{ ... }:
{
services.xserver = {
enable = true;
layout = "gb";
xkbVariant = "";
};
console.keyMap = "uk";
programs.dconf.enable = true;
}