mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-24 06:33:09 +00:00
55 lines
1.4 KiB
Nix
55 lines
1.4 KiB
Nix
|
|
{ config, pkgs, lib, inputs, materusFlake, materusPkgs, ... }:
|
||
|
|
let
|
||
|
|
westonSddm = pkgs.writeText "weston.ini"
|
||
|
|
''
|
||
|
|
[core]
|
||
|
|
xwayland=true
|
||
|
|
shell=fullscreen-shell.so
|
||
|
|
|
||
|
|
[keyboard]
|
||
|
|
keymap_layout=pl
|
||
|
|
|
||
|
|
[output]
|
||
|
|
name=DP-1
|
||
|
|
mode=1920x1080@240
|
||
|
|
|
||
|
|
[output]
|
||
|
|
name=DP-2
|
||
|
|
mode=off
|
||
|
|
|
||
|
|
[output]
|
||
|
|
name=HDMI-A-3
|
||
|
|