Refactor xserver service
This commit is contained in:
parent
add81a71d5
commit
89dff37210
3 changed files with 12 additions and 8 deletions
11
nixos/fuchsia/services/xserver.nix
Normal file
11
nixos/fuchsia/services/xserver.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Setup our display server
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "au";
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue