Evie Litherland-Smith
ee34f667b9
Move hyprland specific audio/bluetooth packages into hyprland expression Increase frequency of nix cleanup, same duration
11 lines
157 B
Nix
11 lines
157 B
Nix
{ ... }:
|
|
{
|
|
services.xserver = {
|
|
enable = true;
|
|
layout = "gb";
|
|
xkbVariant = "";
|
|
};
|
|
console.keyMap = "uk";
|
|
programs.dconf.enable = true;
|
|
}
|